$this->widgetSchema['hidden_field']->setDefault('1') method not work for HIDDEN FIELDS, when called from Form class.
only works when form outputs with <?php echo $form ?>
and also works when calling <?php $form->setDefault('hidden_field', '1') ?> from action class.
