A yes or no question.
Yes/no questions are a quick way to add a binary question type to your form. The value types of these questions are stored as the boolean true or false data type.
true
false
{ "Am I a yes/no question?": true }
A boolean question may use any of the styles of the select question, but defaults to displaying as buttons.
Yes/no questions only have two choices, but the "yes" and "no" labels of the choices can be changed in the choices tab.
The boolean true/false values of the choices cannot be changed.
If you'd like to have more than two choices mapped to true or false, use a select question and change Choice value type to boolean.
Similarly, use a select question if you need an alternative value type to Boolean returned altogether.
Last updated 1 year ago
Was this helpful?