Skip to content

Commit 39cc255

Browse files
committed
fix(Checkbox): wrap in a field * 2
1 parent f843aaf commit 39cc255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/fields/Checkbox/Checkbox.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Intermediate.args = {
5757
export const Disabled = Template.bind({});
5858
Disabled.args = {
5959
isDisabled: true,
60-
label: 'Checkbox',
60+
children: 'Checkbox',
6161
};
6262

6363
export const Invalid = Template.bind({});
6464
Invalid.args = {
6565
validationState: 'invalid',
66-
label: 'Checkbox',
66+
children: 'Checkbox',
6767
};

0 commit comments

Comments
 (0)