Basic Radio Buttons
Add .radio
as a single wrapper & add <label>
with for
attribute to get better output.
Custom Colored Radio Buttons
To change the color of the Custom Radios,use the .bg-{colorName}
with .custom-control-input
class.
Colored Radio Buttons
To change the color of the Radio Buttons,use the radio-{colorName}
for primary,secondary,success,danger,info,warning.
Radio Buttons Glow
Use class .radio-glow
class with .radio.radio-{colorName}
for glow effect to Radio Buttons. Glow shadow color will be changed according to Colored Checkboxes.
Radio Buttons Shadow
Use class .radio-shadow
class with .radio
for shadow effect to Radio Buttons.
Radio Buttons Sizes
To add a Radio Buttons with different sizes,we have the .radio-sm
class for small Radio Buttons. Add it alongwith .radio
class.