I'm trying to store the radio buttons value in my local storage function if it is checked. Currently it is just storing the last value in the list, which is "3". Please see my fiddle: http://jsfiddle.net/3u7Xj/148/
Something like this?
if (!$(this).is(':radio') || this.checked) {
$(this) = value;
}