diff --git a/components/switch/index.zh-CN.md b/components/switch/index.zh-CN.md index 127eeecc06..875854a5f9 100644 --- a/components/switch/index.zh-CN.md +++ b/components/switch/index.zh-CN.md @@ -16,10 +16,11 @@ title: Switch | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | -| allowClear | 支持清除, 单选模式有效 | boolean | false | +| autoFocus | 组件自动获取焦点 | boolean | false | | checked | 指定当前是否选中 | boolean | false | | checkedChildren | 选中时的内容 | string\|ReactNode | | | defaultChecked | 初始是否选中 | boolean | false | +| disabled | 是否禁用 | boolean | false | | loading | 加载中的开关 | boolean | false | | size | 开关大小,可选值:`default` `small` | string | default | | unCheckedChildren | 非选中时的内容 | string\|ReactNode | |