{"state": {"bind": "mode","view": {"type": "Switch","props": {"checkedValue": "enabled","unCheckedValue": "disabled","checkedChildren": "On","unCheckedChildren": "Close"}}}}
interface IProps extends SwitchProps {checkedValue: boolean | stringunCheckedValue: boolean | string}
Properties | Description | Type | Default | Required | Version | |
---|---|---|---|---|---|---|
checkedValue | checked value | `boolean | string` | - | yes | |
unCheckedValue | unchecked value | `boolean | string` | - | yes |
For other properties, see Antd Switch
{"state": {"bind": "mode","view": {"type": "Switch","props": {"checkedValue": "enabled","unCheckedValue": "disabled","checkedChildren": "On","unCheckedChildren": "Close"}}}}
interface IProps extends SwitchProps {checkedValue: boolean | stringunCheckedValue: boolean | string}
Properties | Description | Type | Default | Required | Version | |
---|---|---|---|---|---|---|
checkedValue | checked value | `boolean | string` | - | yes | |
unCheckedValue | unchecked value | `boolean | string` | - | yes |
For other properties, see Antd Switch