mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Add missing disabled property (#7805)
- add missing disabled property on the switch documentation page
This commit is contained in:
parent
eb4659c409
commit
873c85cec8
@ -16,11 +16,12 @@ Switching Selector.
|
||||
|
||||
### Switch
|
||||
|
||||
Property | Description | Type | Default |
|
||||
-----|-----|-----|------|
|
||||
checked | determine whether the `Switch` is checked | boolean | false |
|
||||
defaultChecked | to set the initial state | boolean | false |
|
||||
onChange | a callback function, can be executed when the checked state is changing | Function(checked:Boolean) | |
|
||||
checkedChildren | content to be shown when the state is checked | string\|ReactNode | |
|
||||
unCheckedChildren | content to be shown when the state is unchecked | string\|ReactNode | |
|
||||
size | the size of the `Switch`, options: `default` `small` | string | default |
|
||||
| Property | Description | Type | Default |
|
||||
| -----|-----|-----|------|
|
||||
| checked | determine whether the `Switch` is checked | boolean | false |
|
||||
| defaultChecked | to set the initial state | boolean | false |
|
||||
| onChange | a callback function, can be executed when the checked state is changing | Function(checked:Boolean) | |
|
||||
| checkedChildren | content to be shown when the state is checked | string\|ReactNode | |
|
||||
| unCheckedChildren | content to be shown when the state is unchecked | string\|ReactNode | |
|
||||
| size | the size of the `Switch`, options: `default` `small` | string | default |
|
||||
| disabled | Disable switch | boolean | false|
|
Loading…
Reference in New Issue
Block a user