PHP Class Neos\FluidAdaptor\ViewHelpers\Form\CheckboxViewHelper

= Examples = (depending on $object) (depending on property "interests")
Inheritance: extends AbstractFormFieldViewHelper
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$tagName string

Public Methods

Method Description
initializeArguments ( ) : void Initialize the arguments.
render ( boolean $checked = null, boolean $multiple = null ) : string Renders the checkbox.

Method Details

initializeArguments() public method

Initialize the arguments.
public initializeArguments ( ) : void
return void

render() public method

Renders the checkbox.
public render ( boolean $checked = null, boolean $multiple = null ) : string
$checked boolean Specifies that the input element should be preselected
$multiple boolean Specifies whether this checkbox belongs to a multivalue (is part of a checkbox group)
return string

Property Details

$tagName protected property

protected string $tagName
return string