Add .radio as a single wrapper and add <label> with for attribute to get better output.
.radio
<label>
for
Add .custom-control.custom-radio as a single wrapper and add .custom-control-label for better output.
.custom-control.custom-radio
.custom-control-label
Add .radio.radio-{color} in the wrapper for colored radio.
.radio.radio-{color}
Use .radio.radio-sm in the wrapper for small radio. Colored small radio can also be used.
.radio.radio-sm