I’m working on adding a feature to my app that allows users to choose between “Yes” or “No” using a pair of boolean checkboxes. I’d like to set up triggers so that:
When the user clicks “Yes,” it remains selected.
If they uncheck “Yes,” it should automatically switch to “No.”
At least one of the checkboxes must be selected (users cannot proceed to the next step if both are left blank).
Only one checkbox can be selected at any time (i.e., selecting “Yes” should automatically deselect “No” and vice versa).
Can someone assist me in setting up these triggers?
Hey @Rramon! Have you considered using a Single Select widget with the Radio button styling? Radio buttons are typically considered better user experience for either/or selection where only one can be selected at a time, and it may be simpler triggers to build it this way.