Hi All, I found a little issue with the formCheckbox view helper.
If the value of the element is set to NULL $attribs['checked'] is not unset on line 63 because isset($attribs['checked']) is evaluated to false.
So we have checked="" in the xhtml element which is rendered as checked in firefox.
Regards, -- Laurent Melmoux Annecy, France
