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)
When You just refresh or click on F5 on Page, Last Selected Item saved, but if you Press Ctrl + F5 ( Hard Refresh ), Item’s reset to default .