Skip to content

Commit

Permalink
<update>(doc): checkbox-group
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyFoxFN committed Feb 22, 2018
1 parent cab2eff commit 46e8588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document/components/docs/en-US/checkbox-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion document/components/docs/zh-CN/checkbox-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e8588

Please sign in to comment.