This is handy, the radio buttons were off though, adding this helped.
i.cr-icon.fa.fa-circle {
margin-left: 0.08em;
}
Robert () - 9 years ago - Reply -1
Radios are little bit harder to adjust, I agree. Fixed little bit by adding common left margin for radiobuttons but it is necessary to adjust each icon separately.
By the way this is a solution I used before for checkboxes only, adding radiobuttons was made only because the ability to use common pseudo selector =)
Andrew Ozdion () - 9 years ago - Reply 0
Add this to make it in line with inputs and consistent with Bootstrap default checkbox/radios.
.checkbox .cr,
.radio .cr {
...
margin-left: -20px;
}
Bogusław Wójcik () - 7 years ago - Reply 0
Setting the checkbox to checked via jQuery does not make the checkmark display, the checkbox remains empty and additional code sees the checkbox as not checked.
Connie DeCinko () - 8 years ago - Reply 0
Hi it works without any postback of the page. But when I make postback with the checkbox checked then the tick mark doesn't exist and goes back to the default checkbox list. Any help
Su Ahmed () - 8 years ago - Reply 0
Hi!
How to change css for usage like this:
<div class="checkbox">
<label>
<input type="checkbox" value="">
Option one is this and that — be sure to include why it's great
</label>
</div>
Stan Ezersky () - 9 years ago - Reply 0
i copied the same from this HTML & CSS but the trick is not shown in the browser. can anyone help me , would be appreciated.
John Ramesh () - 9 years ago - Reply 0
i tried but the tick is not showing, do i need to include the image?
thanks
Tony () - 9 years ago - Reply 0
The last radiobutton is a checkbox. The small Radiobutton. Just saying.
ChregiChrogi () - 9 years ago - Reply 0