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: 178
cakephp
|formhelper
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