<?= $form->field($model, 'type_id')->checkboxList(ArrayHelper::map(MeType::find()->asArray()->all(),'id','name'))->label('经营类型');?>
Ref. yii\bootstrap\ActiveField::inline()
要是我就自己写css,bootstrap里的css不熟
good,就是这个效果
<?= $form->field($model, 'type_id')->checkboxList(ArrayHelper::map(MeType::find()->asArray()->all(),'id','name'))->label('经营类型');?>
Ref. yii\bootstrap\ActiveField::inline()
要是我就自己写css,bootstrap里的css不熟
good,就是这个效果