Male <input value="V1" checked="checked" name="R1" type="radio">
Female: <input name="R1" value="V2" type="radio"></p>
<input name="C1" value="ON" type="checkbox">Reading
<input name="C2" value="ON" type="checkbox">Dressing
<input name="C3" value="ON" type="checkbox">Make up
<input name="C4" value="ON" type="checkbox">Playing
Just consider the situation like :
Here Male radio button is checked. I want check box Reading and playing Should be automatically checked < Default or >
Suppose Female checked – Make up and dressing
I want to check automatically.
1 Answer