Ala' Hashesh
Results
1
issues of
Ala' Hashesh
Referencing this line: https://github.com/phalcon/cphalcon/blob/e01ae9b5a2412be4bcac0772f2ec7463b2f2f960/phalcon/Html/Helper/Input/Checkbox.zep#L117 Assuming I create my checkbox like this: ``` $checkbox = new Check('check', ['value' => 1]); $checkbox->setDefault(1); ``` Then the rendered checkbox will not be checked by...