0
Yes/No field
The Yes/No field gives users a binary decision. The data is stored as a boolean value.
Settings
You can set a default value for displaying the field when the form loads.
Note
The Yes/No field cannot be set as Required.
Validations
There are four types of validations you can use with a Yes or No field:
- Yes
- No
- Equal to
- Not equal to
Expressions
See all the boolean expressions you can use for conditions.
Note: While it is possible to set validations for the Yes/No field, it cannot be set as a computed field.
As a workaround, you can compute the value based on an existing Yes/No field. For example, If(Yes/no_Field=true(),"YES","NO"), this formula will display "YES" if the Yes/No field is true, and "NO" otherwise.
Content aside
Related Articles