afrohackscomponent: checkboxhacktoberfestneeds: community contributionpackage: @carbon/reactproposal: acceptedtype: enhancement 💡
Repository metrics
- Stars
- (7,442 stars)
- PR merge metrics
- (Avg merge 9d 14h) (106 merged PRs in 30d)
Description
Discussed in https://github.com/carbon-design-system/carbon/discussions/11916
Originally posted by urbanisierung August 5, 2022 Carbon Docs describe nested checkboxes with parent and child elements:

I couldn't find any code docs about that. Is there a ready to use component available? Do you have an example for that?
Thanks!
Acceptance Criteria
- Coded component in
/packages/reactfor parent checkboxes to support select all/none and show indeterminate state when appropriate - Update styling in
@carbon/stylesto add the extra padding to nested checkboxes to match the design spec - Add a new example story to storybook
- Add the story to be covered by AVT and VRT tests in
./e2e