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.
Select one or more options from a set of options.
Key | Function |
---|---|
Tab | move focus to checkbox |
Space | switch the state of checkbox |
Check text or check box can change the state
Name | Type | Description | Default |
---|---|---|---|
checked | boolean | checked status | - |
size | number | checkbox size | 16 |
color | boolean | border color | - |
onChange | (value: boolean) => void | callback action | - |
disabled | boolean | disabled status | - |