Page 1 of 1

How can a checked radio button, not highlight it's checked?

Posted: Fri Mar 21, 2014 9:27 am
by simonmlewis

Code: Select all

  <input type='radio' name='powertype' value='electric' checked='checked'> Electric electric<br/>
On screen, this isn't show the dot in the radio button.
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.

Re: How can a checked radio button, not highlight it's check

Posted: Fri Mar 21, 2014 9:35 am
by simonmlewis
Looks like it simply doesn't like the name "powertype".