A checkbox is considered checked if it has the checked attribute at all. No matter that the value is set to. If it simply exists, the HTML spec says it should be checked.
Either don't include the property with false, or setting it to null should also not add it (I think, don't quote me on that). On Tue, Nov 30, 2010 at 7:10 AM, Gafa <[email protected]> wrote: > Create an input element set checked attribute to false does not work. > > Seems since Mootools version 1.2.5 core or higher issues exists. > > Mootools 1.2.4 core no issue. > > Here is test code: http://jsfiddle.net/mn2vW/ > > Gafa
