Checkbox Group

A managed group of related checkboxes. Each item has a label, optional description, and inherits the disabled state of its group.

Newsletter and product updates.

Important security alerts.

Orientation

Installation

Props

PropTypeDefaultDescription
value
string[]Controlled list of selected values.
defaultValue
string[]Uncontrolled default selection.
onValueChange
(value: string[]) => voidCalled when the selection changes.
orientation
"vertical" | "horizontal""vertical"Layout direction.
disabled
booleanfalseDisable all items.