Ariakit
Version
v0.3.7
/
Browse
View new updates
Switch theme
All things Group
Components
Group
Group related elements in a generic container that may have a label. This abstract component is based on the WAI-ARIA Group Role.
Examples
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.
API Reference
Group
Renders a group element.
GroupLabel
Renders a label in a group. This component must be wrapped with Group so the aria-labelledby prop is properly set on the group element.