yii2中的checkboxList
摘要:
<?= $form->field($model, 'sex')->checkboxList([0 => '男', 1 => '女', 2 => '保密'], ['value' => [0, 1], 'item' => function ($index, $label, $name, $checked 阅读全文
posted @ 2017-05-21 01:13 大飞_dafei 阅读(317) 评论(0) 推荐(0) 编辑