/**
  * (non-PHPdoc)
  * @see CActiveForm::checkBoxList()
  */
 public function checkBoxList($model, $attribute, $data, $htmlOptions = array())
 {
     return ZurmoHtml::activeCheckBoxList($model, $attribute, $data, $htmlOptions);
 }