mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 21:02:42 +08:00
增加微信小程序版
This commit is contained in:
3
liferestartWX/utils/wux/checkbox/index.wxml
Normal file
3
liferestartWX/utils/wux/checkbox/index.wxml
Normal file
@@ -0,0 +1,3 @@
|
||||
<wux-cell wux-class="{{ classes.cell }}" prefixCls="{{ cellPrefixCls }}" title="{{ title }}" label="{{ label }}" extra="{{ extra }}">
|
||||
<wux-selectable slot="header" wux-class="{{ classes.selectable }}" prefixCls="{{ selectablePrefixCls }}" value="{{ value }}" checked="{{ inputChecked }}" color="{{ color }}" disabled="{{ disabled }}" controlled bind:change="checkboxChange" />
|
||||
</wux-cell>
|
||||
Reference in New Issue
Block a user