I want to set my checked box to be checked if
$this->Acl->check($group, 'controllers/'.$selectedController.'/'.$act);
is returning 1. Or if the checkbox is checked before as its value is saved in acos_aros table. I want to do that in the view but don't know how. Any help?
Thanks