How do you select a radio button in CSS? The HTML I am working with is generated so I cannot add class or other attributes to it.
I found input[type="radio"] on the internet, but I don't know if this is regular CSS and supported by most browsers.
Is there any other ways to select a radio button?
Thank you,
Brett