@import '../sass-svg-uri/svg-uri'; .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: svg-uri( '' ); } .b-checkbox.no-label input[type='checkbox'] + label { position: absolute; top: 0; }