Skip to content

Commit 1ea044e

Browse files
authored
feat(GridForm, ConnectedForm): Add nested checkboxes
This PR introduces comprehensive nested checkbox functionality to the `GridForm` and `ConnectedForm` components, allowing for hierarchical checkbox selections with proper indeterminate states and accessibility support.
1 parent 36a08fe commit 1ea044e

File tree

17 files changed

+2425
-22
lines changed

17 files changed

+2425
-22
lines changed

packages/gamut/__tests__/__snapshots__/gamut.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ exports[`Gamut Exported Keys 1`] = `
2121
"ConnectedForm",
2222
"ConnectedFormGroup",
2323
"ConnectedInput",
24+
"ConnectedNestedCheckboxes",
2425
"ConnectedRadio",
2526
"ConnectedRadioGroup",
2627
"ConnectedRadioGroupInput",

0 commit comments

Comments
 (0)