CakePHP FormHelper - Can't disable multiple checkboxes

Posted by Temega on Stack Overflow See other posts from Stack Overflow or by Temega
Published on 2010-06-09T21:07:50Z Indexed on 2010/06/10 10:02 UTC
Read the original article Hit count: 156

Filed under:
|

I've got the following in my view:

echo $form->input('Category', array('multiple' => 'checkbox', 'disabled' => true));

But, the checkboxes aren't disabled...

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about formhelper