Checkbox Group
A checkbox group lets users select multiple items from a list of options, offering flexible choices for enhanced user interaction and control.
Basic
A group of checkboxes that lets you select multiple options at once.
Preview
Code
Settings
Installation
CLI
Manual
npx hq-kit add checkbox
Description
Add a description to the checkbox group using the description
prop.
Preview
Code
User PermissionsSelect the permissions you want to grant to the user.
Validation
The checkbox group is in an error state.
Preview
Code
Indeterminate
The checkbox group is in an indeterminate state.
Preview
Code
Controlled
Control the checkbox group value with the value
prop.
Preview
Code
Options
No values selectedDisabled
Disable the entire checkbox group by passing the isDisabled
prop.
Preview
Code
Settings
Read Only
When you need just a read-only checkbox group, pass the isReadOnly
prop.