Copy link to clipboard
Copied
How do I make Yes/No checkboxes mutually exclusive because it’s either Yes or No, not both.
Copy link to clipboard
Copied
Usually you will use radio button for this.
But if you want to acheive the same behvior with checkbox, give them the same field’s name, BUT with different Export Value.