How can a checked radio button, not highlight it's checked?
Posted: Fri Mar 21, 2014 9:27 am
Code: Select all
<input type='radio' name='powertype' value='electric' checked='checked'> Electric electric<br/>And yet, when I submit it, it does update the database and keeps it "checked='checked'.
So why isn't it showing the 'dot' in the radio button?
Other radio buttons on the same page, written in the same manner, do work.