= $form->field($model, 'status')->widget(SwitchInput::className(), [ 'containerOptions' => [ 'class' => '', ] ]) ?> = $form->field($model, 'created')->textInput() ?> = $form->field($model, 'created_at')->widget(DateTimePicker::className()) ?> = $form->field($model, 'updated')->textInput() ?> = $form->field($model, 'updated_at')->widget(DateTimePicker::className()) ?>