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:
| Parameter | Type | Description |
|---|---|---|
$element | \Laminas\Form\ElementInterface |
prepareElement
protected prepareElement(\Laminas\Form\Element\MultiCheckbox $multiCheckbox): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$multiCheckbox | \Laminas\Form\Element\MultiCheckbox |
prepareValueOptions
protected prepareValueOptions(\Laminas\Form\Element\MultiCheckbox $multiCheckbox): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$multiCheckbox | \Laminas\Form\Element\MultiCheckbox |
getValueOptionLabelClasses
protected getValueOptionLabelClasses(\Laminas\Form\Element\MultiCheckbox $multiCheckbox, iterable $valueOption): array
Parameters:
| Parameter | Type | Description |
|---|---|---|
$multiCheckbox | \Laminas\Form\Element\MultiCheckbox | |
$valueOption | iterable |
renderElementOption
protected renderElementOption(\Laminas\Form\ElementInterface $element, string $optionContent): string
Parameters:
| Parameter | Type | Description |
|---|---|---|
$element | \Laminas\Form\ElementInterface | |
$optionContent | string |