Programming Tips - Why isn't checked working in Firefox?

Date: 2014jan8 Language: html Product: Firefox Q. Why isn't checked working in Firefox? I have:
<input type=checkbox checked> Hello
A. I found that Firefox (version 26 at least) needs a name:
<input name=mycheckbox type=checkbox checked> Hello