 YbCheckboxGroup 多选框组
YbCheckboxGroup 多选框组
  在 el-checkbox-group (opens new window) 基础功能上扩展,不仅支持 el-checkbox-group 的所有功能,增加了全选等
# 基本使用
- options:复选框选项数据,当存在插槽时,该属性不生效
  复制 
# 其他属性
new 新增属性
            
                type
                 
 
                isShowSelectAll
                
 
                el-checkbox-group 属性
            
                disabled
                
 
                border
                
 
                max
                
 
                以下属性 type 为 button 时生效
            
                size
                  
 
                fill
                
 
                textColor
                
  复制 
# YbCheckboxGroup Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 | 
|---|---|---|---|---|
| options | 复选框选项数据,优先级低于插槽 | array | -- | -- | 
| isShowSelectAll | 是否显示全选 | boolean | -- | true | 
| type | 选项样式 | string | 'button'/'text' | 'text' | 
| -- | 其他属性同 el-checkbox-group (opens new window) | -- | -- | -- | 
# YbCheckboxGroup Options
同el-checkbox (opens new window) 同el-checkbox-button (opens new window)
# YbCheckboxGroup Events
上次更新: 2024/06/28, 18:11:17
