@copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
Accepted options for MultiCheckbox: - use_hidden_element: do we render hidden element? - unchecked_value: value for checkbox when unchecked - checked_value: value for checkbox when checked
| Parameters: | array|Traversable – |
|---|---|
| Return type: | Checkbox |
Set the value to use when checkbox is unchecked
| Parameters: | $uncheckedValue – |
|---|---|
| Return type: | Checkbox |
Get the value to use when checkbox is unchecked
| Return type: | string |
|---|
Set the value to use when checkbox is checked
| Parameters: | $checkedValue – |
|---|---|
| Return type: | Checkbox |
Get the value to use when checkbox is checked
| Return type: | string |
|---|
Provide default input rules for this element
Attaches the captcha as a validator.
| Return type: | array |
|---|