I have a list of control checkboxes, Alpha-Delta. They are all on a form, within a frame. I need an efficient script that will do the following:
If one of the boxes is checked, then the rest are set to false and disabled.
Is there an easier way to do this rather than writing code for each...