I have checkboxes that should act similarly to radio button controls. Essentially, when you check, everything else should be taken off. How can I achieve this with minimal pain?
So, we summarize. If the box is checked, all the others (brothers and sisters) should then be unchecked if there is no click on one control staff.
I already know how to uncheck all the checkboxes, but if I did, I would first have to save the checked state of the checkbox that was checked, and then reapply it after unchecking all the checkboxes. I was wondering if there is a way to do this with some fancy jQuery selectors or some such.
Chris source
share