-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(checkbox): add checkbox group and validation states (#13394)
* feat(checkbox): add checkbox group and invalid states * feat(checkbox): add readonly and helper text to checkbox group * chore(checkbox): update tests * feat(checkbox): add validation states to individual checkbox * chore(checkbox): update snapshots * chore(checkbox): yarn format * Update Checkbox.tsx * test(checkbox): add tests to checkbox group and checkbox * Update packages/react/src/components/CheckboxGroup/CheckboxGroup-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/CheckboxGroup/CheckboxGroup-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/CheckboxGroup/CheckboxGroup-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/CheckboxGroup/CheckboxGroup-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/Checkbox/__tests__/Checkbox-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/CheckboxGroup/CheckboxGroup-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/Checkbox/__tests__/Checkbox-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/Checkbox/__tests__/Checkbox-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/Checkbox/__tests__/Checkbox-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * Update packages/react/src/components/Checkbox/__tests__/Checkbox-test.js Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> * chore(checkbox): move checkbox stories * chore(checkbox): update checkbox stories * chore(checkbox): update checkbox stories --------- Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com> Co-authored-by: TJ Egan <tw15egan@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
de8d41b
commit fff99db
Showing
12 changed files
with
778 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.