Example: $this->setBeforeModelFormCollback(function ($model){ if (!empty($model->BLOCK) and $model->BLOCK == 0) { $model->BLOCK = 'no'; } return $model; });