template.findAll( "input[type=radio]:checked")

template.findAll( “input[type=radio]:checked”) get all the radio button value. I would like to get only current form ID. How to achive this?