Ejemplo n.º 1
0
 /**
  * Multi checkbox
  *
  * @param ElementInterface|null $element
  * @param null $labelPosition
  * @return string|Helper\FormMultiCheckbox
  */
 public function multiCheckbox(ElementInterface $element = null, $labelPosition = null)
 {
     $helper = new Helper\FormMultiCheckbox();
     return $helper->__invoke($element, $labelPosition);
 }