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

24 lines
601 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>
### 内容超出时的提示信息
若复选框后的介绍文字超出时,可以通过 Tooltip 组件增加提示信息,鼠标悬停时可提示所有内容。
<br />
`checkbox` 元素上配置 `border` 属性为 true可显示边框。
<nova-demo-view link="checkbox/content-overflow.vue"></nova-demo-view>
<br />