checkbox isChecked not working?

Permalink
why does this return a checked checkbox am i doing something wrong?

print $form->checkbox('exclude_nav', '0', '0') ;

chameleondesign
 
VPenkov replied on at Permalink Reply
VPenkov
Should be echo $form->checkbox('exclude_nav', '0', false);

Also, don't use print(), echo() is like a few nanoseconds faster.
chameleondesign replied on at Permalink Reply
chameleondesign
Thanks, but it is still checked, well at least it is within my controller file.

Update - Think it is something to do with the designer content - it works in my edit file - the same code. using '1' or '0' or 'false'