Ejemplo n.º 1
0
 /**
  * 
  *
  * @static 
  */
 public static function checkboxField($title, $name, $value = 1, $checked = null, $options = array())
 {
     return \App\Services\Html\FormBuilder::checkboxField($title, $name, $value, $checked, $options);
 }