How to create check boxes that will deselect after selecting another checkbox. I want to have the option to only select only one checkbox as a response?
I think you can do this two ways:
1. Use radio buttons and chnage the appearence to look like checkboxes
2. Add some Java script to the checkboxes to set the other checkboxes to null (use the rawValue property)