Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,15 +1,15 @@
1
-<div class="component component-checkbox">
2
-  <span class="label">{{{label}}}</span>
3
-  <div class="checkbox-group">
4
-    {{each options}}
5
-      <label class="tap-highlight">
6
-        <span class="label">{{{this}}}</span>
7
-        <input type="checkbox" value="1" name="clay-{{clayId}}" />
8
-        <i></i>
9
-      </label>
10
-    {{/each}}
11
-  </div>
12
-  {{if description}}
13
-    <div class="description">{{{description}}}</div>
14
-  {{/if}}
15
-</div>
1
+<div class="component component-checkbox">
2
+  <span class="label">{{{label}}}</span>
3
+  <div class="checkbox-group">
4
+    {{each options}}
5
+      <label class="tap-highlight">
6
+        <span class="label">{{{this}}}</span>
7
+        <input type="checkbox" value="1" name="clay-{{clayId}}" />
8
+        <i></i>
9
+      </label>
10
+    {{/each}}
11
+  </div>
12
+  {{if description}}
13
+    <div class="description">{{{description}}}</div>
14
+  {{/if}}
15
+</div>
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+<div class="component component-checkbox">
2
+  <span class="label">{{{label}}}</span>
3
+  <div class="checkbox-group">
4
+    {{each options}}
5
+      <label class="tap-highlight">
6
+        <span class="label">{{{this}}}</span>
7
+        <input type="checkbox" value="1" name="clay-{{clayId}}" />
8
+        <i></i>
9
+      </label>
10
+    {{/each}}
11
+  </div>
12
+  {{if description}}
13
+    <div class="description">{{{description}}}</div>
14
+  {{/if}}
15
+</div>