How to style the label of a checked radio button
-
Hi, I’m trying to style the label of a checked/selected radio to show it has been selected.
I’ve tried the following CSS:
.assess4 input[type=”radio”]:checked + label {
background-color:#bfb;
}But this isn’t working. Any advice would be gratefully received.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to style the label of a checked radio button’ is closed to new replies.