tiny-vue/examples/docs/resources/mobile-first/md/checkbox/vertical-checkbox.md

20 lines
505 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="demo-header">
<p class="overviewicon">
<span class="wapi-form-radioboxgroup"/>
</p>
## Checkbox 复选框
<nova-uxlink widget-name="Selectgroup"></nova-uxlink>
用于配置不同场景的选项,提供用户可在一组选项中进行多选。
</div>
### 垂直布局
`checkbox-group` 元素上设置 `vertical` 为 true则其管理的 `checkbox-button``checkbox` 将展示为垂直布局。
<nova-demo-view link="checkbox/vertical-checkbox.vue"></nova-demo-view>
<br />