How to give colour to Radio input circle when unchecked?
I'm trying to have 5 radio inputs with different colours. I can change colour when anyone is selected/checked using accent-colour but don't know how to fill circle with colour when it is unchecked.
what code i'm using for this section?basic buttons with common names and a class to style
<input type="radio" name="CommonName" className="Radio1"/>
3 Replies
Alright, all i had to do was hide default one and make new one to style further
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_radio
W3Schools online HTML editor
The W3Schools online code editor allows you to edit code and view the result in your browser
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View