This looks like a really basic question and I've created dozens of forms, but I just can't see what the problem is here.
I have these two radio buttons:
<input type='radio' class='free atype' value='0' name='dutch' checked='checked'/> Free<br/>
<input type='radio' class='paid atype' value='1' name='dutch' /> Paid
Obviously the first one should be checked by default.
However, when I check the second one and then refresh the page, the second radio remains checked. I know this is wrong behavior, but I can't for the life of me see what I'm doing wrong.
I'm trying this on Firefox.