Checkbox 复选框

    Checkbox

    参数 类型 描述 默认值
    prefixCls string 自定义类名前缀 wux-checkbox
    cellPrefixCls 自定义 cell 类名前缀 wux-cell
    selectablePrefixCls string 自定义 selectable 类名前缀 wux-selectable
    title string 左侧标题 -
    label string 标题下方的描述信息 -
    extra string 右侧内容 -
    value string 当前项的值 -
    checked boolean 是否默认选中 false
    disabled boolean 是否不可修改 false
    color string 主题色,可选值为 light、stable、positive、calm、assertive、balanced、energized、royal、dark balanced
    bind:change change 事件触发的回调函数,优先级低于父级 change 事件 -