I have a group of checkboxes that I want the user to be able to select as many as they want. BUT if the last checkbox in that group is selected I want it to clear all the others. (so radio buttons wouldn't work here).
How and where can I tell this last checkbox to clear all the others (which I have named different names) if selected?
George Kaiser