<?php
$floorList = ArrayHelper::Map(Flooring::find()->where(['status' => 1])->all(), 'id', 'name');
echo $form->field($property, 'flooring[]')->checkboxList($floorList)->label('');
?>
checkboxList use arrayHalper and get values yii2
No comments:
Post a Comment