Using the Toggle element
The Toggle element can be used for “yes/no”, “pass/fail”, “on/off” type questions.
Step 1
Select Toggle under Element Properties on the left side of the page. You will see a new element pop up on your device view.

Step 2
On the right side of the screen under Element Properties, enter the name of your element as well as a description if necessary. To make the information required in order to submit the form, scroll down and select Required under Element Properties.

Step 3
Click the save icon at the top right corner of the page.

FORM BUILDER TIP:
The below values are useful when creating Condition Values in conjunction with the Toggle element:
The value of an untouched Toggle is null.
The value of checked Toggle is 1.
The value of an unchecked Toggle (checking the Toggle, then unchecking) is 0.