Checkboxes with Exclusive Option
Checkbox questions include many choice options, and some of them may require special behavior, such as automatically deselecting all other choices when selected. SurveyJS Form Library supports several predefined exclusive options, including None, Don't Know, and Refuse to Answer. In addition, you can make any custom choice exclusive by setting its isExclusive
property to true
. In this demo, the "I work from home" option is custom-marked as exclusive, and the built-in Refuse to Answer option is also enabled—either will deselect all other choices when selected.