yii2 acitveform radio list inline
- By Preneesh AV --
- 08-Jan-2020 --
- 189 Comments
yii2 activeform radio list inline
<?= $form->field($sign, 'type',['wrapperOptions' => ['style' => 'display:inline-block']])
->inline(true)->radioList([6 =>'Hospital / Institutions', 5 => 'Doctor', 2 => 'Normal Customer'])->label(false); ?>