I was wondering if there is a way where i have i 2 groups of radio button eg
group 1
<input type="radio" name="things" value="car" /> car <input type="radio" name="things" value="car" />pen <input type="radio" name="things" value="car" />TV group2
<input type="radio" name="things" value="exam" /> exam <input type="radio" name="things" value="journey" />journey the question is if i select radio button from group2 Eg exam it should deactivate radio butons car And Tv from group1 and allow only pen radio button active