checkbox.less
/* Checkbox and Radiobox */
input[type="checkbox"] {
display:none;
}
input[type="checkbox"] + label span.icon {
border: 1px solid #acacac;
display:inline-block;
width:19px;
height:19px;
margin:-1px 4px 0 0;
vertical-align:middle;
cursor:pointer;
}
input[type="checkbox"]:checked + label span.icon {
background: #FFAB40;
}
.checkbox {
margin: 0;
> label {
margin: 0;
padding: 0;
}
}
.label-text {
font-weight: normal;
}