Set of interactive buttons where multiple options can be selected at a time.
This component is based on the div
element and supports common margin props.
Contains all the parts of a checkbox group.
An item in the group that can be checked.
Use the size
prop to control the checkbox size.
Use the variant
prop to control the visual style of the checkboxes.
Use the color
prop to assign a specific color.
Use the highContrast
prop to increase color contrast with the background.
Composing CheckboxGroup.Item
within Text
automatically centers it with the first line of text.
It is automatically well-aligned with multi-line text too.
Use the native disabled
attribute to create a disabled checkbox.