

.#{$uiName}-radio {
    @extend .#{$uiName}-checkbox;

    .checkmark {
        @include border-radius(100px);

        &:after {
            left: 5px !important;
            top: 5px !important;
            width: calc(100% - 12px) !important;
            height: calc(100% - 12px) !important;
            border: 1px solid white;
            background: white;
            @include border-radius(100px);
        }

        &.error-checkmark {
            border-color: $red
        }
    }

}
