PHP Class Gui\Components\Checkbox

It is a visual component for checkbox
Since: 0.1
Author: Rafael Reis @reisraff
Inheritance: extends VisualObject
Show file Open project: gabrielrcouto/php-gui

Protected Properties

Property Type Description
$lazarusClass string The lazarus class as string

Public Methods

Method Description
getChecked ( ) : boolean Get the Checkbox checked
setChecked ( boolean $checked ) : self Set the Checkbox Checked

Method Details

getChecked() public method

Get the Checkbox checked
public getChecked ( ) : boolean
return boolean

setChecked() public method

Set the Checkbox Checked
public setChecked ( boolean $checked ) : self
$checked boolean
return self

Property Details

$lazarusClass protected property

The lazarus class as string
protected string $lazarusClass
return string