[news] Yii Form 1.3


Version 1.3 of Yii Form package is released.

  • Added CheckboxList methods:
    • checkboxWrapTag(),
    • checkboxWrapAttributes(),
    • checkboxWrapClass(),
    • addCheckboxWrapClass(),
    • checkboxLabelWrap().
  • Added RadioList methods:
    • radioWrapTag(),
    • radioWrapAttributes(),
    • radioWrapClass(),
    • addRadioWrapClass(),
    • radioLabelWrap().
  • Improved HTML markup of checkbox and radio lists in Bootstrap 5 themes.