Skip to main content

FormMultiCheckbox


  • Full name: \TwbsHelper\Form\View\Helper\FormMultiCheckbox
  • Parent class: FormMultiCheckbox

Inherited methods

render

Render a form <input type="radio"> element from the provided $element

public render(\Laminas\Form\ElementInterface $element): string

Parameters:

ParameterTypeDescription
$element\Laminas\Form\ElementInterface

prepareElement

protected prepareElement(\Laminas\Form\Element\MultiCheckbox $multiCheckbox): mixed

Parameters:

ParameterTypeDescription
$multiCheckbox\Laminas\Form\Element\MultiCheckbox

prepareValueOptions

protected prepareValueOptions(\Laminas\Form\Element\MultiCheckbox $multiCheckbox): mixed

Parameters:

ParameterTypeDescription
$multiCheckbox\Laminas\Form\Element\MultiCheckbox

getValueOptionLabelClasses

protected getValueOptionLabelClasses(\Laminas\Form\Element\MultiCheckbox $multiCheckbox, iterable $valueOption): array

Parameters:

ParameterTypeDescription
$multiCheckbox\Laminas\Form\Element\MultiCheckbox
$valueOptioniterable

renderElementOption

protected renderElementOption(\Laminas\Form\ElementInterface $element, string $optionContent): string

Parameters:

ParameterTypeDescription
$element\Laminas\Form\ElementInterface
$optionContentstring