Browse code

fixed untracked files

louis.jonget authored on24/01/2023 10:30:34
Showing1 changed files
1 1
old mode 100755
2 2
new mode 100644
Louis authored on25/08/2018 23:51:28
Showing1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,19 @@
1
+<div class="component component-toggle">
2
+  <label class="tap-highlight">
3
+    <span class="label">{{{label}}}</span>
4
+    <span class="input">
5
+      <input
6
+        data-manipulator-target
7
+        type="checkbox"
8
+        {{each key: attributes}}{{key}}="{{this}}"{{/each}}
9
+      />
10
+      <span class="graphic">
11
+        <span class="slide"></span>
12
+        <span class="marker"></span>
13
+      </span>
14
+    </span>
15
+  </label>
16
+  {{if description}}
17
+    <div class="description">{{{description}}}</div>
18
+  {{/if}}
19
+</div>