Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unchecked Zend\Form\View\Helper\FormMultiCheckbox
Checkbox is unchecked when option and value have various data types. I think that this behavior is wrong, because i usually get value from request as string and options are usually defined as int. e.g. $options = array(1 => 'test 1', 2 => 'test 2'); $request = array('1'); For this example, checkbox is unchecked.
- Loading branch information