I think your best bet is to use the property nodes. Have one boolean that switches when pressed, and it one state should be "activate all controls", and the other state should be "activate one control".
If "activate one control" has been selected, then when one of the control buttons is selected as true, disable the other controls.
If "activate all controls" is selected, then don't disable any controls; leave them all active.
Mark