Checkbox
Import
import { Checkbox } from '@resultadosdigitais/tangram-components'
Properties
Note: we don't use the required props of context for checkbox, once it is applied can be a trouble for multiples elements.
It must be controlled outside.
checked
defaultChecked
disabled
required
id
indeterminate
error
label
onChange
| Type | func |
|---|---|
| Param | event React.SyntheticEvent - The event source of the callback. |
| Param | newStatus boolean - The new status about if is checked. |
Description
Callback fired when the pagination changes.
rootRef
size
Feedback
Para reportar algum problema ou sugerir alterações, use nosso formulário de melhorias ou, se preferir, abra uma issue no nosso Github.