.custom-radio input[type=radio]:checked~span:before {
    border-radius: 10%;
}

.custom-checkbox span, .custom-radio span {
    height: 120px;
    width: 120px;
    border-radius: 10%;
}