This line, within a table that is within a form:
<tr><td>Boats</td><td><input type=\"checkbox\" id=\"boatsbox\" onclick=\"boxclick(this,'boats')\" checked /></td></tr>\
Works on Firefox, Safari, Chrome.
I'm trying to preset some of the checkboxes to 'checked' and some not.
Works well on the above but all checkboxes are unchecked in IE8, Opera.
Any thoughts? I've Googled with no useful results.
Thanks in advance
