.t-checkbox__indicator {
    background-image: url(https://static.tildacdn.com/tild3434-3638-4835-a464-396634373466/Ellipse_2_1.svg);
    background-size: contain;
    border: blanchedalmond;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.t-checkbox__indicator:after {
    background-image: url(https://static.tildacdn.com/tild3765-3636-4664-b764-353139303536/Vector_2.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-checkbox__control.t-checkbox__control_flex {
    gap: 5px;
}