source/_switch.html.erb in refills-0.0.2 vs source/_switch.html.erb in refills-0.1.0
- old
+ new
@@ -1,7 +1,4 @@
-<div class="switch-container">
- <input type="checkbox" id="switch-toggle-1" name="switch-toggle" class="switch-checkbox" checked/>
- <label class="switch-label" for="switch-toggle-1">
- <div class="switch-inner"></div>
- <div class="switch-toggle-switch"></div>
- </label>
-</div>
+<label class="label-switch">
+ <input type="checkbox" />
+ <div class="checkbox"></div>
+</label>