Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created January 8, 2016 23:46
Show Gist options
  • Save Teino1978-Corp/926be63a7d9e188dbd4c to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/926be63a7d9e188dbd4c to your computer and use it in GitHub Desktop.
<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