If I have a radio input that is wrapped within a label, how can I target the label when the input is checked?
Payment Plan: &l
Payment Plan:
Your css will work if you modify your html to this:
Payment Plan: TEST
Using the for attribute with an id on the input will let you click on the label to affect the button, as it does when wrapped in the element.
for
id
http://jsfiddle.net/PMmrk/