The Checkbox element is a binary input tool. It is commonly used for “Yes/No” questions, agreeing to terms and conditions, or toggling a boolean state. Unlike the Choice element (which handles multiple options), the Checkbox handles a single on/off state.
This page covers how to collect True/False input or consent from users.
The Checkbox element is commonly used to give a choice between two options, typically ‘true’ or ‘false.’ When you check the box, it means ‘true,’ and when you leave it unchecked, it means ‘false.’ It’s a way to select one or more options from a list by clicking on them.
True (Checked) or False (Unchecked) value.
+ icon).Click the element to open the General properties tab.
This is the text displayed next to the checkbox.
Determine the initial state of the checkbox when the page loads.
Email_Opt_In boolean field. If they are already opted in, the box will load as checked.Toggle this validation setting.
By default, the checkbox inherits styles from your Global Theme. To customize a specific checkbox (e.g., to make the tick green or the label bold), use Theme Overrides.
If you need users to select multiple options from a list (e.g., “Select your interests: Coding, Design, Marketing”), use the Choice Element configured to “Multiple Select” mode, or use the Checkbox Element inside a Repeat Element.
Yes. Place the checkbox inside a Form Container. When configuring the form’s submission action (e.g., “Create Row”), map the Checkbox element’s value to a Boolean field in your table.
Yes. For a checkbox, “Required” validation means the user must check the box (value = True) to proceed. If you want a field that must be answered but can be No, consider using a Choice element with “Yes/No” options.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.