JavaScript - Using jquery i have set default options for check box

Asked By Madhu krishna on 04-Jul-16 01:06 PM
Using jquery i have set default options for check box and after changing the def check box to other check box , def value is still checked as true. how to fix it. 
Robbe Morris replied to Madhu krishna on 04-Jul-16 06:13 PM
You'll have to write code in the onclick event of each checkbox in your group.  Immediately set the others to unchecked when this event fires.   
Madhu krishna replied to Robbe Morris on 05-Jul-16 02:52 AM
thanks morris!