switch
switch 开关组件

Props
| Prop name | Description | Type | Values | Default |
| value | 值/是否打开 | boolean | - | false |
| disabled | 是否禁用 | boolean | - | false |
| bgType | 关闭时的背景主题 | string | - | 'light' |
| onBgType | 打开时的背景主题 | string | - | 'primary' |
| ballBgType | 移动球的背景主题 | string | - | 'inverse' |
| animateBgType | 动画层背景主题 | string | - | '' |
| width | 自定义宽度 | string | - | '102rpx' |
| height | 自定义高度 | string | - | '62rpx' |
| ballSize | 移动球的自定义宽高 | string | - | '58rpx' |
| ballBg | 移动球的自定义背景色 | string | - | '' |
| animateBg | 动画层的自定义背景色 | string | - | '' |
| bg | 关闭时的自定义背景色 | string | - | '' |
| onBg | 打开时的自定义背景色 | string | - | '' |
Events
| Event name | Properties | Description |
| input | | |
| change | | |
Slots
| Name | Description | Bindings |
| on | | |
| off | | |