KoolCheckBox Class [PHP]

Summary

Properties Description
id Get the id of checkbox object.
Selected Get or set the value of checkbox.
Text Set the text that goes with checkbox.
Methods Description
Render Render the checkbox

Properties Detail

idTop

string id

Get the id of checkbox object.

Show/Hide Code

Supported from version: 1.0.0.0

SelectedTop

bool Selected

Get or set the value of checkbox. This variable will reflect the selection of checkbox.

Default value : false

Show/Hide Code

Supported from version: 1.0.0.0

TextTop

string Text

Set the text that goes with checkbox.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

RenderTop

void Render()

Render the checkbox

Show/Hide Code

Supported from version: 1.0.0.0