$modelLangs, 'formView' => '@artbox/order/views/label/_form_language', 'form' => $form, ] ) ?> field($model, 'sort') ->textInput() ?> field($model, 'value') ->textInput() ?> field($model, 'status') ->checkbox( [ 'class' => 'flat', ] ) ?> field($model, 'color') ->widget( ColorInput::classname(), [ 'options' => [ 'placeholder' => \Yii::t('app', 'Select color ...') ], ] ); ?>
isNewRecord ? Yii::t('order', 'Create') : Yii::t('order', 'Update'), [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ] ) ?>