PHP Class Pop\Form\Element\Checkbox

Author: Nick Sagona, III ([email protected])
Inheritance: extends Pop\Form\Element
Show file Open project: nicksagona/PopPHP Class Usage Examples

Public Methods

Method Description
__construct ( string $name, string | array $value = null, string | array $marked = null, string $indent = null ) : Checkbox Constructor

Method Details

__construct() public method

Instantiate the checkbox form element object.
public __construct ( string $name, string | array $value = null, string | array $marked = null, string $indent = null ) : Checkbox
$name string
$value string | array
$marked string | array
$indent string
return Checkbox