Same name and namespace in other branches
  1. 8.x-2.x src/Plugin/FieldState/Unchecked.php \Drupal\field_states_ui\Plugin\FieldState\Unchecked 1 comment

Controls checkbox field widget unchecked state in relation to other fields.

Plugin annotation


@FieldState(
  id = "unchecked",
  label = @Translation("Unchecked"),
  description = @Translation("Dynamically uncheck checkbox dependent on other field states/values.")
)

Hierarchy

Expanded class hierarchy of Unchecked

1 string reference to 'Unchecked'
FieldStateBase::buildConfigurationForm in src/FieldStateBase.php

File

src/Plugin/FieldState/Unchecked.php, line 16

Namespace

Drupal\field_states_ui\Plugin\FieldState
View source
class Unchecked extends FieldStateBase {

}