I’ve got some radio buttons styled to be hidden with the labels visible and styled as I want them.
The problem is when I click a label I don’t get the radio button’s value on the first click.
If you look here you can see what I mean: http://jsfiddle.net/bQwtK/1/
Is there a way to get the value on the first click?
ANSWER-
Thanks to asawyer and blocco- http://jsfiddle.net/bQwtK/14/
You can get the value with the code here: