Hi, I can't seem how to show the checkbox as active at beginning. Can you help me?
Nacho () - 7 years ago - Reply 0
I copied the code but its not working. i simply copied html n css code. what should i do.
Huzaifa Shakil Tambe () - 7 years ago - Reply 0
For those who wonder it is pure Bootstrap. Just add HTML and CSS and it is automagically done...
Maxence () - 7 years ago - Reply 0
anyone know how to add two of the same checkboxes on one page, ie if i have 2 of the success checkboxes on the same page, but i try to select the 2nd checkbox and the first one selects. ?
escaped () - 8 years ago - Reply 0
Is there a way to span the second label, in btn-group div, the remaining width of the parent element?
Lukas Trišauskas () - 8 years ago - Reply 0
Hey not sure if you're still interested in this, but I used:
.form-group input[type="checkbox"] + .btn-group > label.btn.btn-default.active { width: 92%; }
That was specific to my needs, but that CSS selector will get you the element.
Neil Gaylor () - 8 years ago - Reply 0
Really like it!
PS: Bootstrap should have a build-in cross-platform default appearance. Also for radios/toggles and selects.
pepperstreet () - 9 years ago - Reply 0
Como puedo adaptar esta plantilla a asp si cuando le agrego la etiqueta runat para ejecutar la accion del servidor no me deja ni chequear ni des chequear la casilla
santy () - 9 years ago - Reply 0