Speaktech.in

yii2 acitveform radio list inline

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); ?>