We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f843aaf commit 39cc255Copy full SHA for 39cc255
src/components/fields/Checkbox/Checkbox.stories.tsx
@@ -57,11 +57,11 @@ Intermediate.args = {
57
export const Disabled = Template.bind({});
58
Disabled.args = {
59
isDisabled: true,
60
- label: 'Checkbox',
+ children: 'Checkbox',
61
};
62
63
export const Invalid = Template.bind({});
64
Invalid.args = {
65
validationState: 'invalid',
66
67
0 commit comments