getSettingElement($form, $form_state); $setting->setProperty('states', [ 'visible' => [ ':input[name="modal_enabled"]' => ['checked' => TRUE], ], ]); } /** * {@inheritdoc} */ public function getCacheTags() { return ['rendered', 'library_info']; } }