HtmlFormCheckbox
Table of Contents
Properties
-
$checked
: mixed
-
$customAttributes
: mixed
-
$isDisabled
: mixed
-
$isInline
: mixed
-
$label
: mixed
-
$name
: mixed
-
$required
: mixed
Methods
-
__construct()
: mixed
$checked
public
mixed
$checked
$customAttributes
public
mixed
$customAttributes
$isDisabled
public
mixed
$isDisabled
$isInline
public
mixed
$isInline
$label
public
mixed
$label
$name
public
mixed
$name
$required
public
mixed
$required
__construct()
public
__construct(mixed $name[, mixed $label = null ][, bool $required = false ][, bool $checked = false ][, bool $isInline = false ][, bool $isDisabled = false ][, array<string|int, mixed>|null $customAttributes = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$label
: mixed
= null
-
-
$required
: bool
= false
-
-
$checked
: bool
= false
-
-
$isInline
: bool
= false
-
-
$isDisabled
: bool
= false
-
-
$customAttributes
: array<string|int, mixed>|null
= null
-