Created
January 13, 2014 23:54
-
-
Save DeanPoulin/8410342 to your computer and use it in GitHub Desktop.
Inline Checkboxes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <label class="checkbox-inline"> | |
| <input type="checkbox" id="inlineCheckbox1" value="option1"> 1 | |
| </label> | |
| <label class="checkbox-inline"> | |
| <input type="checkbox" id="inlineCheckbox2" value="option2"> 2 | |
| </label> | |
| <label class="checkbox-inline"> | |
| <input type="checkbox" id="inlineCheckbox3" value="option3"> 3 | |
| </label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment