[field][CheckboxGroup] Support required CheckboxGroups
Open
component: checkbox
component: checkbox group
component: field
type: enhancement
- Dominant language
- TypeScript
- Stars
- 10.9k
- Forks
- 543
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 101
Description
It's currently not possible to make a required CheckboxGroup for a form, e.g.
```jsx
{/* checkboxes */}
```
Though adding `required` to a checkbox group that is NOT in a `Field` shouldn't do anything by itself. Maybe we need to support ``?
---
React Aria example: https://react-spectrum.adobe.com/react-aria/CheckboxGroup.html#checkboxgroup-1
Contributor guide
Assessment
This issue has not been assessed yet.