$modelLangs, 'formView' => '@artbox/order/views/label/_form_language', 'form' => $form, ] ) ?> field($model, 'sort') ->textInput() ?> field($model, 'value') ->textInput() ?> field($model, 'status') ->checkbox( [ 'class' => 'flat', ] ) ?>
isNewRecord ? Yii::t('order', 'Create') : Yii::t('order', 'Update'), [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ] ) ?>