Example #1
0
 public function checkbox($model, $attribute, $htmlOptions = array())
 {
     return parent::checkbox($model, $attribute, $htmlOptions) . $this->label($model, $attribute);
 }