.t-checkbox__indicator {
    background-image: url(https://static.tildacdn.com/tild6133-3039-4466-b334-663532393936/clear.svg);
    background-size: contain;
    border: blanchedalmond;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.t-checkbox__indicator:after {
    background-image: url(https://static.tildacdn.com/tild3737-3261-4334-a336-613964383564/checked.svg);
    border: none;
    width: inherit;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transform: none;
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    background: none;
}

.t-radio__indicator {
    background-image: url(https://static.tildacdn.com/tild6565-3336-4362-a236-653833383836/radio_icon-iconscom_.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    width: 14px;
    height: 14px;
}

.t-radio__indicator:after {
    background-image: url(https://static.tildacdn.com/tild3732-3966-4639-a430-636138363462/radio_icon-iconscom_.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: inherit;
    height: inherit;
    border-radius: 0;
}

.t-radio__control .t-radio:checked~.t-radio__indicator {
    background: none;
}
