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

Namespace

Drupal\field_states_ui\Plugin\FieldState

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

Title Deprecated Summary
Checked Controls checkbox field widget checked state in relation to other fields.