|
@ -21,7 +21,7 @@ use blobt\widgets\Icheck; |
|
|
|
|
|
|
|
|
<?php //$form->field($model, 'icon_type')->widget(Select2::className(), ["items" => $model::$iconType, "promptText" => false]) ?>
|
|
|
<?php //$form->field($model, 'icon_type')->widget(Select2::className(), ["items" => $model::$iconType, "promptText" => false]) ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'icon_type')->widget(Icheck::className(), ["items" => $model::$iconType]) ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'icon_type')->widget(Icheck::className(), ["items" => $model::$iconType,'type' => "radio"]) ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'description')->textarea(['rows' => 6]) ?>
|
|
|
<?= $form->field($model, 'description')->textarea(['rows' => 6]) ?>
|
|
|
|
|
|
|
|
|