Is there a way to make a check box group limit the number of boxes ticked to 1?
I've got a dynamic list which loads multiple items into the check box group. I'd like it so that once one check box item has been ticked you can't tick anymore.
Here is a screenshot of what it currently does when I select multiple boxes:
Ideally I'd like to limit the check box selection to just 1 box.
How would I go about doing this?