Files
MiniProgram/ProjectLiaisonForm/pages/checkbox/card/index.wxml

6 lines
313 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-checkbox-group t-class="theme-card" default-value="{{['1', '2']}}">
<t-checkbox value="1" label="多选" />
<t-checkbox value="2" label="多选" />
<t-checkbox value="3" label="多选标题多行多选标题多行多选标题多行多选标题多行多选标题多行多选标题" />
</t-checkbox-group>