CheckBox
CheckBox is a single checkbox that asks users to confirm a single statement.

Specific Settings
Default Value
The default checked state:
true: checked by defaultfalse: unchecked by default
ToolTip
Since CheckBox has no input box, the prompt text next to it is entered in ToolTip, e.g. "I have read and agree to the Privacy Policy".
Mandatory Validation
Check Required and the user must tick the checkbox to submit. A common use is enforcing agreement to terms.
Example
Privacy confirmation: enter "I have read and agree to the Privacy Policy" in ToolTip and check Required — the form cannot be submitted without ticking.
Related Controls
| Control | Difference |
|---|---|
| CheckBoxList | A group of checkboxes as options |
| Confirm | Final confirmation before submission |
Next Steps
- CheckBoxList — multi-option checkboxes
- Field Types Overview