WebformCheckboxesOther.php in Webform 6.x
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\webform\ElementFile
src/Element/WebformCheckboxesOther.phpView source
<?php
namespace Drupal\webform\Element;
/**
* Provides a webform element for checkboxes with an other option.
*
* @FormElement("webform_checkboxes_other")
*/
class WebformCheckboxesOther extends WebformOtherBase {
/**
* {@inheritdoc}
*/
protected static $type = 'checkboxes';
}
Classes
Name | Description |
---|---|
WebformCheckboxesOther | Provides a webform element for checkboxes with an other option. |