Hi!
I have a simple question:
In view:
<?= Html::checkbox('korespAdres', false) ?>
Value ‘korespAdres’ does not exists in my model.
I want read this value in post, but in $_POST array value is missing.
Should I create another model? What is best way?
Thank you for answer.
Daniel