Sometimes I must use $this->Form->unlockedField();
or use attribute secure = false
, but when I have relations (e.g. hasMany
) and I use input checkbox multiple
the unlocked doesn't work.
The question is: How to unlock field generated by multiple checkbox?