You are here

Checked.php in Field States UI 8.2

Same filename and directory in other branches
  1. 8 src/Plugin/FieldState/Checked.php

File

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

namespace Drupal\field_states_ui\Plugin\FieldState;

use Drupal\field_states_ui\FieldStateBase;

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

}

Classes

Namesort descending Description
Checked Controls checkbox field widget checked state in relation to other fields.