KoolRadioButton Class [PHP]

Summary

Properties Description
id Get the id of radio button object.
Name Set name for group of radio buttons.
Selected Get or set the value of radio button.
Text Set the text that goes with radio button.
Methods Description
Render Render the radio button

Properties Detail

idTop

string id

Get the id of radio button object.

Show/Hide Code

Supported from version: 1.0.0.0

NameTop

string Name

Set name for group of radio buttons.

Show/Hide Code

Supported from version: 1.0.0.0

SelectedTop

bool Selected

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

Default value : false

Show/Hide Code

Supported from version: 1.0.0.0

TextTop

string Text

Set the text that goes with radio button.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

RenderTop

void Render()

Render the radio button

Show/Hide Code

Supported from version: 1.0.0.0