No Preview

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.

Checkbox

A Wrap of html Checkbox.

Props

All of the html Checkbox props can be used.

NameDescriptionDefault
name
string
-
value
stringboolnumber
-
checked
bool
-
children
node
-
indeterminate
bool
false
onChange
func
() {}

Examples

Basic

Basic usages for Checkbox component.

CheckboxGroup

A Wrap of html CheckboxGroup.

Props

All of the html CheckboxGroup props can be used.

NameDescriptionDefault
options
string | object[]
[]
value
array
[]
onChange
func
() {}
direction
"row""column"
"row"
className
string
-
disabled
bool
-
children
node
-

Examples

Basic

Basic usages for CheckboxGroup component.