
/* override background image */
.checkbox__label::after {
    background-image: url(/static/images/checkmark.png);
}
