Ejemplo n.º 1
0
 protected function renderLabelAttributes()
 {
     if ($this->blnInline) {
         $this->getCheckLabelStyler()->AddCssClass(Bootstrap::CheckboxInline);
     }
     return parent::renderLabelAttributes();
 }