Skip to content
On this page

Checkbox 多选文档

安装

javascript
import { createApp } from 'vue';
import { ICheckbox } from 'xm-components';

const app = createApp();
app.use(ICheckbox);

常用从一组数据中选择多个数据

基本使用

默认选中

禁用选项

垂直排列

匹配不同格式的数据

不同大小

自定义颜色

属性

AttributeDescriptionTypeAccepted ValuesDefault
v-model多选绑定值array
size尺寸大小stringdefault / small / minidefault
options多选数据配置array
inline是否为行内元素booleantrue
labelFiled自定义替换lable的字段名stringlabel
valueFiled自定义替换value的字段名stringvalue
customColor自定义选中颜色色值string
customClass自定义组件类名string