Components
Checkbox
Checkbox — a single on/off control for an independent boolean choice, such as opting into an email or accepting a policy. Use it when each option stands alone; for one-of-many choices use radio controls, and for a compact on/off setting consider a switch. Supports an `indeterminate` (mixed) state for a "select all" row whose children are partly selected, and a required-true mode for must-check confirmations. Pair it with a `label`, and a `description` when the choice needs a line of explanation.