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 = NULL)

No description

Details

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

No description

Parameters

$label
array $items

at line 37
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

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

Generates label's HTML element.

Parameters

$caption

Return Value

Html|string

at line 72
Html getSeparatorPrototype()

Returns separator HTML element template.

Return Value

Html

at line 81
Html getControlPart($key)

No description

Parameters

$key

Return Value

Html

at line 97
Html getLabelPart($key = NULL)

No description

Parameters

$key

Return Value

Html