# Switch 开关
# 普通开关
- 预览
- 示例代码
<j-switch name="agree" :ischecked.sync="ischecked"></j-switch>
# 自定义颜色
- 预览
- 示例代码
<j-switch
name="agree"
:ischecked.sync="ischecked"
activecolor="#409eff"
inactivecolor="#f56c6c">
</j-switch>
← Dialog 对话框 Pager分页器 →