cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
8 lines • 350 B
HTML
<ul class="checkbox-group">
<li class="item item-checkbox checkbox-stable" xattr-theme="checkbox-stable">
<div class="checkbox">
<input aria-label="Aria Label Text" type="checkbox" ng-model="vars.checkbox${RANDOM}" ng-initial-value="false" crn-allow-null-values="true">
</div>
<span>Item</span>
</li>
</ul>