Checkbox

Description

Checkboxes are used for multiple choices, not for mutually exclusive choices. Each checkbox works independently from other checkboxes in the list, therefore checking an additional box does not affect any other selections.

Figma

Not found

Usage Examples (Storybook)

Best Practices

onChange is deprecated, try using onChangeValue instead

Last updated