Skip to content

CheckBox

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

CheckBox settings

Specific Settings

Default Value

The default checked state:

  • true: checked by default
  • false: 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.

ControlDifference
CheckBoxListA group of checkboxes as options
ConfirmFinal confirmation before submission

Next Steps

Built with VitePress