Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 20, 2014 18:08
Show Gist options
  • Save DeanPoulin/8525538 to your computer and use it in GitHub Desktop.
Save DeanPoulin/8525538 to your computer and use it in GitHub Desktop.
Button Radios
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary">
<input type="radio" name="options" id="option1"> Option 1
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option2"> Option 2
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option3"> Option 3
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment