UNPKG

@aliretail/react-materials-components

Version:
16 lines (13 loc) 513 B
--- title: Switch-API order: 3 category: UI description: switch 组件描述 screenshot: https://gw.alicdn.com/imgextra/i2/O1CN01yW3hCD1M8CnqeKFlq_!!6000000001389-2-tps-90-90.png --- ## API | 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 | | ------ | ---- | ---- | ---- | ------ | ---- | | isChecked | 开关状态 | N | boolean | false | | | disabled | 禁用 | N | boolean | false | | | getStatus | 获取当前开关状态 | N | function | | |