Constructor
new RadioButton(id, groupId, x, y, optionsopt)
- Description:
Instantiate a radio button object
- Source:
- See:
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
number | ID of the radio button object |
|||||||||||||||||||||
groupId |
number | Group ID of the radio button object |
|||||||||||||||||||||
x |
number | X position to draw the radio button |
|||||||||||||||||||||
y |
number | Y position to draw the radio button |
|||||||||||||||||||||
options |
object |
<optional> |
Additional configuration options Properties
|
Extends
- DisplayWidget