You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
221 B
6 lines
221 B
4 years ago
|
<checkbox-group class="{{extClass}}" wx-if="{{multi}}" bindchange="checkedChange">
|
||
|
<slot></slot>
|
||
|
</checkbox-group>
|
||
|
<radio-group class="{{extClass}}" wx-else bindchange="checkedChange">
|
||
|
<slot></slot>
|
||
|
</radio-group>
|