# 开关

# Props

参数 说明 类型 可选值 默认值
value / v-model 绑定值 boolean / string / number
disabled 是否禁用 boolean false
active-value 打开时的值 boolean / string / number
inactive-value 关闭时的值 boolean / string / number
active-color 打开时的背景色 string #409EFF
inactive-color 关闭时的背景色 string #C0CCDA

# Events

事件名称 说明 回调参数
change 绑定值变化时触发的事件 新状态的值

# 示例

<cl-switch v-model="val"></cl-switch>