You are here

Unchecked.php in Field States UI 8

Same filename and directory in other branches
  1. 8.2 src/Plugin/FieldState/Unchecked.php

File

src/Plugin/FieldState/Unchecked.php
View source
<?php

namespace Drupal\field_states_ui\Plugin\FieldState;

use Drupal\field_states_ui\FieldStateBase;

/**
 * Controls checkbox field widget unchecked state in relation to other fields.
 *
 * @FieldState(
 *   id = "unchecked",
 *   label = @Translation("Unchecked"),
 *   description = @Translation("Dynamically uncheck checkbox dependent on other field states/values.")
 * )
 */
class Unchecked extends FieldStateBase {

}

Classes

Namesort descending Description
Unchecked Controls checkbox field widget unchecked state in relation to other fields.