Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
A Wrap of html Checkbox.
All of the html Checkbox props can be used.
Name | Description | Default |
---|---|---|
name | string | - |
value | stringboolnumber | - |
checked | bool | - |
children | node | - |
indeterminate | bool | false |
onChange | func | () {} |
Basic usages for Checkbox
component.
A Wrap of html CheckboxGroup.
All of the html CheckboxGroup props can be used.
Name | Description | Default |
---|---|---|
options | string | object[] | [] |
value | array | [] |
onChange | func | () {} |
direction | "row""column" | "row" |
className | string | - |
disabled | bool | - |
children | node | - |
Basic usages for CheckboxGroup
component.