.t-checkbox__indicator {
    background-image: url(https://static.tildacdn.com/tild3832-6337-4262-b162-623831373130/cler.svg);
    background-size: contain;
    border: blanchedalmond;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.t-checkbox__indicator:after {
    background-image: url(https://static.tildacdn.com/tild3633-3733-4062-b337-346438613939/chekd.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;
}
