input[type="checkbox"]:checked > .checkmark__label {
    background-color: blue;
}
