Exemplo n.º 1
0
 public function optionCk($model, $attribute, $inline = true, $htmlOptions = array())
 {
     $dados = MyHtml::getDataToField($model, $attribute, $htmlOptions);
     if (isset($htmlOptions['label'])) {
         $dados['label'] = $htmlOptions['label'];
     }
     return MyHtml::optionCk($dados['name'], $dados['label'], $dados['value'], $inline, $htmlOptions);
 }