Should I clear checkbox upon disable?
In this form, a user can ether select the checkboxes or the radio buttons, but not both. If the user selects a checkbox and afterwards selects a radio button, I then grey out the checkbox.
Should I also clear the checkbox check value?
I wasn't sure if I should leave the checkbox value in case the deselect the radio button.