Skip to content

Commit

Permalink
chore: sidemenu changed from default to Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Jan 24, 2024
1 parent 3cf2c8d commit bba1246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Checkbox/Checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use checkboxes when the user can select more than one option from a list. Make c
Source: https://cfpb.github.io/design-system/components/checkboxes
*/
const meta: Meta<typeof Checkbox> = {
title: 'Components (Verified)/Checkboxes/Default',
title: 'Components (Verified)/Checkboxes/Checkbox',
component: Checkbox,
argTypes: {
disabled: { control: 'boolean' },
Expand Down

0 comments on commit bba1246

Please sign in to comment.