CheckboxCard
- A selectable card component that behaves like a checkbox.
CheckboxGroup
- Group wrapper for composing multiple checkbox cards.
Change the variant of the checkbox card.
Description for Outline variant
Description for Subtle variant
Change the checkbox variant of the checkbox card.
Description for Solid variant
Description for Outline variant
Change the color scheme of the checkbox card.
Description for Secondary
Change the checkbox card size.
Use isChecked
and onChange
, onChangeValue
to control the checkbox card.
Selected: false
Description for Controlled
Use CheckboxGroup
to compose multiple checkboxes or checkbox cards.