useCheckboxGroup
Provides the behavior and accessibility implementation for a checkbox group component. Checkbox groups allow users to select multiple items from a list of options.
Install#
- Yarn
- npm
Import#
API#
AriaCheckboxGroupProps#
- Props for the checkbox group.
CheckboxGroupState#
- State for the checkbox group, as returned by useCheckboxGroupState.
CheckboxGroupAria#
AriaCheckboxGroupItemProps#
- Props for the checkbox.
inputRef#
- A ref for the HTML or Pressable/Touchable element.
CheckboxAria#
Props for the input or Pressable/Touchable element.