checkbox
Last updated
Last updated
This type represents a checkbox control.
Constructs the checkbox.
Arguments
Name
Type
Description
id
ID.
Returns
Type
Description
checkbox
Checkbox instance.
Example
Returns checkbox' value.
Arguments
None.
Returns
Type
Description
Value data.
Example
Sets checkbox' value.
Arguments
Name
Type
Description
val
bool
New value.
Returns
Nothing.
Example
It is advised to use this method instead of 's method.