You really ought to be using radio buttons for this. They will automatically ensure that only one of the buttons is selected at any given time.
If you need more than one group of radio buttons, enclose each group in a frame of its own for independance.

You can then sequence through each of the buttons in a loop, setting the appropriate field n the database table to TRUE or FALSE as submitted by kovan.