How to add color for radio button options

Hi Team,

I have radio button field with 4 options and I want different different colors for each one.

Thank you,
Suchit

If you use <input type="radio"> in your template, the browser determines how to render the control, and there’s no option to change its color.

You will have to use CSS to add an overlay on top of the radio buttons. See the most upvoted answer (not the accepted one) here: