mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
15 lines
352 B
Smarty
Executable File
15 lines
352 B
Smarty
Executable File
<label class="item item-toggle">
|
|
<span class="label">{{{label}}}</span>
|
|
<span class="input">
|
|
<input
|
|
data-manipulator-target
|
|
type="checkbox"
|
|
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
|
|
/>
|
|
<span class="graphic">
|
|
<span class="slide"></span>
|
|
<span class="marker"></span>
|
|
</span>
|
|
</span>
|
|
</label>
|