Skip to content

Commit 6b62788

Browse files
SheinRGclaudetassoevan
authored
chore(fuselage,storybook): remove unsupported labelChildren control from CheckBox stories (#2048)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
1 parent 085c227 commit 6b62788

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)