Setting state for checkboxes

i am trying to configure my checkboxes such that if a user checks one under a particular category, the rest cannot be check.

You need a workflow that triggers when a checkbox is checked, and then explicitly unchecks all other checkboxes in that specific category. This usually involves a ‘Make changes to a thing’ or ‘Set state’ action depending on your setup

How you are tracking check box, so what i suggest, use a custom state which store a checkbox category, and when user check it you add this to that custom state.

And inaide on check use condition like if the custom sttae have this checkbox category show check icon.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.