Skip to content

Commit 346bb8f

Browse files
committed
fix(checkbox): remove unsupported labelChildren prop and clean up Storybook (ref RocketChat#1905)
1 parent 692660a commit 346bb8f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/fuselage/src/components/CheckBox/CheckBox.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ import CheckBox from './CheckBox';
1111
export default {
1212
title: 'Inputs/CheckBox',
1313
component: CheckBox,
14+
argTypes: {
15+
is: { table: { disable: true } },
16+
labelChildren: { table: { disable: true } },
17+
},
1418
} satisfies Meta<typeof CheckBox>;
1519

1620
const Template: StoryFn<typeof CheckBox> = (args) => (

0 commit comments

Comments
 (0)