🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
> [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表明开关打开 | 无 |