Yiibooster - How To Add Toggle Button Dynamically?

Hi,

I need to create a dynamic form which will create toggle buttons dynamically (using $model->toggleButtonRow()). But when I create them dynamically, the new toggle buttons are not working - ON/OFF functionality does not work (they looks like as disabled). Should I bind some events for newly created toggle button to make it work properly?

Thank you!