class Checkbox extends BaseControl

Check box control. Allows the user to select a true or false condition.

Methods

__construct(string|object $label = null)

No description

setValue(mixed $value)

Sets control's value.

bool
isFilled()

Is control filled?

Html|string
getControl()

Generates control's HTML element.

Html|string|null
getLabel(string|object $caption = null)

Bypasses label generation.

Html|null
getControlPart()

No description

Html|null
getLabelPart()

No description

Html
getSeparatorPrototype()

Returns wrapper HTML element template.

Details

at line 28
__construct(string|object $label = null)

No description

Parameters

string|object $label

at line 42
IControl setValue(mixed $value)

internal  
 

Sets control's value.

Parameters

mixed $value

Return Value

IControl

at line 52
bool isFilled()

Is control filled?

Return Value

bool

at line 58
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 67
Html|string|null getLabel(string|object $caption = null)

Bypasses label generation.

Parameters

string|object $caption

Return Value

Html|string|null

at line 73
Html|null getControlPart()

No description

Return Value

Html|null

at line 79
Html|null getLabelPart()

No description

Return Value

Html|null

at line 88
Html getSeparatorPrototype()

Returns wrapper HTML element template.

Return Value

Html