Answer the question
In order to leave comments, you need to log in
How to put checklist checked in yii2?
Good afternoon,
I have a problem with checklist
there are 2 arrays, 2 table
$mas1 = [
0 => [
0 => '6'
1 => '5'
2 => '7'
]
];
$mas2 = [
0 => [
1 => 'None'
2 => 'sdfsdfs'
3 => 'sdfsdf'
4 => 'sdf'
5 => 'fdgdfgfdg'
6 => 'dfgdfgdfg fdgfdgd'
7 => 'dfgfdg dfgfdgfdg'
8 => 'sdfsdfsdf'
]
];
<?= $form->field($user_activitie, 'active_id')->inline(true)->checkboxList($mas2) ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question