Adds checkboxes to widget gallery.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 6 Nov 2012 09:28:38 +0000 (11:28 +0200)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 6 Nov 2012 09:28:38 +0000 (11:28 +0200)
examples/widget-gallery/index.html

index c7a04fc..5535db1 100644 (file)
           </label>
         </form>
 
+        <h3>Check buttons</h3>
+        <form>
+          <label class="checkbox">
+            <input type="checkbox" name="a" value="1">Checkbox option 1
+          </label>
+          <label class="checkbox">
+            <input type="checkbox" name="a" value="2">Checkbox option 2
+          </label>
+            <label class="checkbox">
+            <input type="checkbox" name="a" value="3">Checkbox option 3
+          </label>
+        </form>
+
         <h3>Text scrolling on a button</h3>
         <button class="btn btn-primary" data-marquee="true" data-fixed-width="200">
           This is a very long text and needs to scroll