Checkbox Group
A collection of checkboxes that enables users to select multiple options from a predefined list.
Basic
A group of checkboxes that lets you select multiple options at once.
Installation
If you hit any issues, make sure you check out the installation guide here for more information.
Composed Components
When you install this component via the CLI, it automatically loads all composed components, so you don’t need to add them individually.
The Checkbox Group comes packed with several components to enhance functionality and provide a seamless experience.
Manual Installation
Make sure you also install the composed components and the required packages for the component to function properly.
Anatomy
Description
Add a description to the checkbox group using the description
prop.
Validation
The checkbox group is in an error state.
Indeterminate
The checkbox group is in an indeterminate state.
Controlled
Control the checkbox group value with the value
prop.
Uncontrolled
Control the checkbox group value with the defaultValue
prop.
Disabled
Disable the entire checkbox group by passing the isDisabled
prop.
Read Only
When you need just a read-only checkbox group, pass the isReadOnly
prop.