You are here

YamlFormCheckboxesOther.php in YAML Form 8

File

src/Element/YamlFormCheckboxesOther.php
View source
<?php

namespace Drupal\yamlform\Element;


/**
 * Provides a form element for checkboxes with an other option.
 *
 * @FormElement("yamlform_checkboxes_other")
 */
class YamlFormCheckboxesOther extends YamlFormOtherBase {

  /**
   * {@inheritdoc}
   */
  protected static $type = 'checkboxes';

}

Classes

Namesort descending Description
YamlFormCheckboxesOther Provides a form element for checkboxes with an other option.