Add an option button that deselects all other options
Many multi-select questions require a None of the above
button.
This button should behave differently from the other options - it should not only be selected when clicked, but should also deselect all other options.
Fortunately, there’s an easy way to add this functionality in Embeddables.
This feature is not yet implemented in the Builder UI. For now, you will need
to add single_select: true
to the button in the component JSON.
Select the component and open the button settings
Set the button to be a 'single select' option
Add an option button that deselects all other options
Many multi-select questions require a None of the above
button.
This button should behave differently from the other options - it should not only be selected when clicked, but should also deselect all other options.
Fortunately, there’s an easy way to add this functionality in Embeddables.
This feature is not yet implemented in the Builder UI. For now, you will need
to add single_select: true
to the button in the component JSON.
Select the component and open the button settings
Set the button to be a 'single select' option