.govuk-checkboxes__label {
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    touch-action: manipulation
}

.govuk-checkboxes__label:before {
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border: 2px solid
}

.govuk-checkboxes__label:after,
.govuk-checkboxes__label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    background: transparent
}

.govuk-checkboxes__label:after {
    top: 13px;
    left: 10px;
    width: 23px;
    height: 12px;
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 0 5px 5px;
    border-top-color: transparent;
    opacity: 0
}