|
@@ -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.
|
|
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:
|
|
|
|
+
|
|
|
|
+``` html
|
|
|
|
+<div class="make-switch" data-text-label="My Slider Text">
|
|
|
|
+ <input type="radio">
|
|
|
|
+</div>
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
HTML Text
|
|
HTML Text
|
|
----------
|
|
----------
|
|
checkboxes:
|
|
checkboxes:
|