.b-checkbox input[type="checkbox"]:checked + label::before { border-color: $blue; } .b-checkbox input[type="checkbox"]:checked + label::after, .b-checkbox input[type="radio"]:checked + label::after { font-family: $family-monospace; /*checkmark from ionicons*/ content: url('data:image/svg+xml; utf8, '); } .b-checkbox.no-label input[type="checkbox"] + label { position: absolute; top: 0; }