Closed vercotux closed 9 years ago
radioList() has no way to set the asButtonGroup parameter used in getToggleFieldList().
This is a particular problem when using the Form Builder, where it is not possible to turn the radio list into a bootstrap toggle button group.
You need to instead directly use the radioButtonGroup and checkboxButtonGroup within kartik\form\ActiveField... will add these constants to FORM Builder.
radioButtonGroup
checkboxButtonGroup
kartik\form\ActiveField
Resolved via kartik-v/yii2-builder#95
radioList() has no way to set the asButtonGroup parameter used in getToggleFieldList().
This is a particular problem when using the Form Builder, where it is not possible to turn the radio list into a bootstrap toggle button group.