You are here

WebformCheckboxesOther.php in Webform 6.x

File

src/Element/WebformCheckboxesOther.php
View 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

Namesort descending Description
WebformCheckboxesOther Provides a webform element for checkboxes with an other option.