Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 13, 2014 23:54
Show Gist options
  • Select an option

  • Save DeanPoulin/8410342 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8410342 to your computer and use it in GitHub Desktop.
Inline Checkboxes
<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