6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
|
|
<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>
|