Revision #12 was created by Kartik V on Jun 1, 2014, 8:11:10 PM.
Updated description
Content
[...]
ActiveForm::end();
```
### Option 2 - Using other `ActiveForm` widgets
If you are using the `yii\bootstrap\ActiveForm` or `yii\widgets\ActiveForm`, there is no inbuilt option in the widget, but you can easily render the horizontal layout using the following approach. Basically you set `useAddons` property to `false`,
and settingup the CSS classes for horizontal layout, within `labelOptions`, `widgetContainer`, and `errorContainer` as shown below: