Switch
Importβ
import { Switch } from '@resultadosdigitais/tangram-components'
Propertiesβ
checked
β
defaultChecked
β
disabled
β
labelStart
β
hideLabel
β
id
β
label
β
value
β
onChange
β
Type | func |
---|---|
Param | newState boolean - The new state about if is checked. |
Descriptionβ
Callback fired when the Switch
changes.
onFocus
β
Type | func |
---|---|
Param | event React.SyntheticEvent - The event source of the callback. |
Descriptionβ
Callback fired when the Switch
is focused.
onBlur
β
Type | func |
---|---|
Param | event React.SyntheticEvent - The event source of the callback. |
Descriptionβ
Callback fired when the input is blurred.