Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 1 class

behat_form_checkbox:: (3 methods):
  set_value()
  get_value()
  matches()


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