I have three radio buttons, that first is selected (with checked="checked"). But when I refresh the page the selected input automatically toggles between first and second input!
That's strange! With firebug, I can see that only the first input has checked="checked" attribute, but in rendered page the second is selected!
Any opinion?!
[Note: JQuery is loaded on page, but I think it's not related to jQuery)