提交 46e85887 编写于 作者: A AmyFoxFN

<update>(doc): checkbox-group

上级 cab2eff9
......@@ -42,7 +42,7 @@
You can set `horizontal` to change the style to horizontal order. Besides, you could use `shape` to configure the shape of icon
```html
<cube-checkbox-group v-model="checkList" :options="options" :horizontal="true" />
<cube-checkbox-group v-model="checkList" :options="options" :horizontal="true" shape="square"/>
```
- Use slot
......
......@@ -40,7 +40,7 @@
可通过设置 `horizontal` 改变样式为水平排列,另外,还可以通过 `shape` 配置图标形状。
```html
<cube-checkbox-group v-model="checkList" :options="options" :horizontal="true" />
<cube-checkbox-group v-model="checkList" :options="options" :horizontal="true" shape="square"/>
```
- 自定义 label
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册