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.