Single checkbox form element.
Copyright: | 2013 David MonllaĆ³ |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 100 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 1 file lib/behat/form_field/behat_form_field.php |
Class: behat_form_checkbox - X-Ref
Checkbox form field.set_value($value) X-Ref |
Sets the value of a checkbox. Anything !empty() is considered checked. param: string $value return: void |
get_value() X-Ref |
Returns whether the field is checked or not. return: bool True if it is checked and false if it's not. |
matches($expectedvalue = false) X-Ref |
Is it enabled? param: string $expectedvalue Anything !empty() is considered checked. return: bool |