Skip to content

Instantly share code, notes, and snippets.

@e-9
Created December 5, 2013 18:56
Show Gist options
  • Save e-9/7811122 to your computer and use it in GitHub Desktop.
Save e-9/7811122 to your computer and use it in GitHub Desktop.
Etiqueta - Checkbox: Ejemplo para formar la combinacion de una etiqueta y un checkbox
<div class="form-group">
<label class="col-md-2 control-label">Etiqueta</label>
<div class="col-md-3">
<div class="checkbox">
<label>
<input type="checkbox" value="">
Value 1
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
Value 2
</label>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment