I want to select a particular RadioButton based on its value
<input id="RadioJ" type="radio" name="grp1" value="AAA" />
<input id="FaroK" type="radio" name="grp1" value="BBB" />
<input id="MartreLK" type="radio" name="grp1" value="CCC" />
Something like this:
var radio = radio button whose value is BBB
Another thing i am looking is that if a button is clicked, all the radiobuttons which are hidden should be visible.