class CheckboxList extends MultiChoiceControl

Set of checkboxes.

Properties

protected Html $separator
Html read-only $separatorPrototype

Methods

__construct($label = NULL, array $items = NULL)

No description

Html|string
getControl()

Generates control's HTML element.

Html|string
getLabel($caption = NULL)

Generates label's HTML element.

Html
getSeparatorPrototype()

Returns separator HTML element template.

Html
getControlPart($key)

No description

Html
getLabelPart($key)

No description

Details

at line 27
__construct($label = NULL, array $items = NULL)

No description

Parameters

$label
array $items

at line 39
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 64
Html|string getLabel($caption = NULL)

Generates label's HTML element.

Parameters

$caption

Return Value

Html|string

at line 74
Html getSeparatorPrototype()

Returns separator HTML element template.

Return Value

Html

at line 83
Html getControlPart($key)

No description

Parameters

$key

Return Value

Html

at line 99
Html getLabelPart($key)

No description

Parameters

$key

Return Value

Html