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