<input name="test[]" type="checkbox" value="1" checked="true"> one
<input name="test[]" type="checkbox" value="2" checked="true"> two
The above showed only 1 box checked instead of 2 on my Firefox browser
(version 3.0.3). I notice that if I use the check boxes individually
not in group, they work fine. But if I want to use them in group, is
there a way to solve this problem? Thanks.
Nik Coughlin - 31 Oct 2008 05:06 GMT
> <input name="test[]" type="checkbox" value="1" checked="true"> one
> <input name="test[]" type="checkbox" value="2" checked="true"> two
[quoted text clipped - 3 lines]
> not in group, they work fine. But if I want to use them in group, is
> there a way to solve this problem? Thanks.
Strange. Shows both checked here, Firefox 3.03. But should be
checked="checked" not checked="true"