Hi,
<input type="checkbox" name="checkGroup" id="all" value="0" >All
<input type="checkbox" name="checkGroup" id="one" value="1">One
<input type="checkbox" name="checkGroup" id="two" value="2">Two
<input type="checkbox" name="checkGroup" id="three" value="3">three
My requirement is
- when check All it should check One , Two, Three also.
- When i uncheck All it should uncheck One , Two, Three also
- When all check boxes check and uncheck either one , two , three in that case "All" check box should uncheck.
- check / uncheck should ne toggling
Please help