No. This is because a checkbox does not post any value in a submitted form if it is not checked - so Cake would have no way of knowing if the checkbox was unchecked, or just not present in the form at all.
If you want to do it without the hidden field, just output the html yourself, don't use the Html helper. [EMAIL PROTECTED] wrote: > Is there a way to use $html->checkbox and not getting > the hidden fields --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
