KoolCheckBox Class [PHP]

Summary

Properties Description
id Get the id of KoolCheckBox.
Methods Description
select Select or unselect the checkbox.
is_selected Return whether the checkbox is selected.

Properties Detail

idTop

string id

Get the id of KoolCheckBox.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

selectTop

void select(bool selected)

Select or unselect the checkbox.

Show/Hide Code

Supported from version: 1.0.0.0

is_selectedTop

bool is_selected()

Return whether the checkbox is selected.

Show/Hide Code

Supported from version: 1.0.0.0