Documentation

HtmlFormRadioButton
in package

Table of Contents

Properties

$checked  : mixed
$customAttributes  : mixed
$isDisabled  : mixed
$isInline  : mixed
$label  : mixed
$name  : mixed
$required  : mixed
$value  : mixed

Methods

__construct()  : mixed

Properties

$customAttributes

public mixed $customAttributes

Methods

__construct()

public __construct(mixed $name[, mixed $label = null ][, mixed $value = 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
$value : mixed = null
$required : bool = false
$checked : bool = false
$isInline : bool = false
$isDisabled : bool = false
$customAttributes : array<string|int, mixed>|null = null

        
On this page

Search results