Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 20, 2014 18:06
Show Gist options
  • Select an option

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

Select an option

Save DeanPoulin/8525502 to your computer and use it in GitHub Desktop.
Button Checkbox
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary">
<input type="checkbox"> Option 1
</label>
<label class="btn btn-primary">
<input type="checkbox"> Option 2
</label>
<label class="btn btn-primary">
<input type="checkbox"> Option 3
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment