Checkbox group
Rendering multiple Checkbox elements in React to form a group of checkboxes. The selected values are stored in an array provided by the CheckboxProvider
component.
Components
CheckboxSelect one or more options in a list or toggle a single option using a native or custom checkbox in React. This component is based on the WAI-ARIA Checkbox Pattern.
GroupGroup related elements in a generic container that may have a label. This abstract component is based on the WAI-ARIA Group Role.