Skip to content

Instantly share code, notes, and snippets.

@DianaEC
Last active July 18, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DianaEC/ca1f5b219e69040e84226564549a7cfd to your computer and use it in GitHub Desktop.
Save DianaEC/ca1f5b219e69040e84226564549a7cfd 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="boots" autocomplete="off" checked> Boots
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="shoes" autocomplete="off"> Shoes
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="feet" autocomplete="off"> Feet
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment