# Checkbox 多选框
# 基础用法
TIP
checkbox配置的collapseLimit,是指超过多少项隐藏;跟text类型中的配置是指超过多少个字隐藏
# 增加全选
设置props中的select-all
为true
# 在线实验室
组件更多配置可参考Element:Checkbox 多选框 (opens new window)中的Input Attributes
← Radio 单选框 Select 选择器 →
TIP
checkbox配置的collapseLimit,是指超过多少项隐藏;跟text类型中的配置是指超过多少个字隐藏
设置props中的select-all
为true
组件更多配置可参考Element:Checkbox 多选框 (opens new window)中的Input Attributes
← Radio 单选框 Select 选择器 →