Switch
开关选择器。

属性及支持度

微信小程序 H5 ReactNative 属性名 类型 默认值 说明
checked Boolean false 是否选中
type String switch 样式,有效值:switch, checkbox
color Color switch 的颜色,同 css 的 color
示例:
  1. <Text>默认样式</Text>
  2. <Switch checked/>
  3. <Switch/>
  4. <Text>推荐展示样式</Text>
  5. <Switch checked/>
  6. <Switch/>