Update to v1.8 and add Text Label
@@ -1,4 +1,4 @@
-Bootstrap-switch v.1.7
+Bootstrap-switch v.1.8
========================
You can now also use radio buttons and checkboxes as switches.
@@ -129,6 +129,25 @@ radioboxes:
```
+Text Label
+----------
+checkboxes:
+
+``` html
+<div class="make-switch" data-text-label="My Slider Text">
+ <input type="checkbox">
+</div>
+```
+radioboxes:
+ <input type="radio">
HTML Text
----------
checkboxes: