RadioButton

VerifoneControls. RadioButton

A radio button object

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
Name Type Attributes Default Description
width number <optional>
50

Width of radio button in pixels

height number <optional>
50

height of radio button in pixels

boolean boolean <optional>
false

Set the checked state

Extends

  • DisplayWidget