# switch

更新时间:2024-09-29 21:58:35

基础库1.1.0开始支持,低版本需做兼容处理

开发者工具1.22.0开始支持

开关选择器。

# 属性

属性 类型 默认值 必填 说明
name string 在表单中的字段名
checked boolean false 是否选中
disabled boolean false 是否禁用
color string '' switch 的颜色,同 css 的 color
type string 'switch' 样式,有效值:switch, checkbox
bindchange (e: { detail: { value: boolean } } & Event) => void checked 改变时触发 change 事件,event.detail={value}

# 扫码体验

# 示例代码

Copyright ©2024, All Rights Reserved