11 lines
245 B
XML
11 lines
245 B
XML
<view class="am-checkbox">
|
|
<checkbox
|
|
class="am-checkbox-value"
|
|
value="{{value}}"
|
|
checked="{{checked}}"
|
|
disabled="{{disabled}}"
|
|
onChange="onChange"
|
|
id="{{id}}"
|
|
/>
|
|
<view class="am-checkbox-synthetic"></view>
|
|
</view> |