Skip to main content

Checkbox

The Checkbox component allows users to toggle a single option on or off.

Usage

Props

string
Text displayed next to the checkbox.
boolean
Checked state (controlled).
boolean
Initial checked state (uncontrolled).
string
Field name.
boolean
Whether checkbox is disabled.

Examples

Task Item