Setting CActiveForm->checkBoxList by JavaScript to checked?

Is there a Yii way to dynamically set the different checkboxes of a CActiveForm->checkBoxList by JavaScript to checked/unchecked?

I need it to be done on client side, the selection shall not be pulled from a controllers action.

Thanks

Achim