Exemplo n.º 1
0
 public function checkBox($model, $attribute, $htmlOptions = array())
 {
     return CHtml::activeCheckboxNoLabel($model, $attribute, $htmlOptions);
 }