(18)-开关控件
最后更新于:2022-04-01 06:50:26
> [SwitchIOS](http://facebook.github.io/react-native/docs/switchios.html#content)
## 属性
| 名称 | 类型 | 意义 | 默认值 |
| --- | --- | --- | --- |
| disabled | bool | 是否可用,若为true,不可用 | false |
| onTintColor | string | 当开关打开后,背景颜色 | 无 |
| onValueChange | function | 当用户切换开关时的回调函数 | 无 |
| thumbTintColor | string | 开关圆形按钮的背景颜色 | 无 |
| tintColor | string | 开关关闭后,背景颜色 | 无 |
| value | bool | 判断开关是否打开的值,为true表明开关打开 | 无 |