Grouping Checkboxes

I need to group 3 checkboxes so that when one is checked the other are unselected if previously selected. How?

Thanks


Hi,


do you specifically need checkboxes? Normally you’d use radio buttons for this as they do excatly what you are looking for by default. Click on the “radio button” button and place all the radio buttons you need directly after eachother, they will automatically get grouped. Press the “radio button” button again to start a new group. With checkboxes you’d need to define an action that unchecks the other checkboxes (if checked) which is probably possible but a lot more complicated.

best regards,