开关 ui-switch
"usingComponents": {
"ui-switch": "mp-cu/colorUI/components/ui-switch/ui-switch"
}
默认
<ui-switch/>
颜色
<ui-switch bg="bg-red"/>
参数
| 参数 | 类型 | 可选值 | 默认值 | 说明 |
|---|---|---|---|---|
| ui | String | - | - | 其它class样式 |
| bg | String | - | ui-BG-Main | 背景class |
| checked | Boolean | true/false | false | 状态 |
| text | String | - | - | class属性,作用暂时未知 |
| size | String | - | sm | 尺寸,暂时无效 |
| disabled | Boolean | - | false | 禁用 |
| bind:change | Event | - | - | 事件 |

