KoolRadioButton Class [PHP]

Summary

Properties Description
id Get the id of KoolRadioButton.
Methods Description
select Select or unselect the radio button.
is_selected Return whether the radio button is selected.

Properties Detail

idTop

string id

Get the id of KoolRadioButton.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

selectTop

void select(bool selected)

Select or unselect the radio button.

Show/Hide Code

Supported from version: 1.0.0.0

is_selectedTop

bool is_selected()

Return whether the radio button is selected.

Show/Hide Code

Supported from version: 1.0.0.0