+ 1
Is there a way to change the color of radio button
Web
2 Respuestas
+ 1
Hi Peter,
It's impossible to change the color of radio button because it's a default component of every browser. A trick is to make the radio button hidden, add a span near it and closure it into a container. You can find my example here:
https://code.sololearn.com/W639ExhaCYHK
+ 1
Thanks allot @ Gabriel Marra