CheckBox

VerifoneControls. CheckBox

A check box object

Constructor

new CheckBox(id, x, y, optionsopt)

Description:
  • Instantiate a check box object

Source:
See:
Parameters:
Name Type Attributes Description
id number

ID of the rectangle object

x number

X position to draw the check box

y number

Y position to draw the check box

options object <optional>

Additional configuration options

Properties
Name Type Attributes Default Description
width number <optional>
50

Width of check box in pixels

height number <optional>
50

height of check box in pixels

boolean boolean <optional>
false

Set the checked state

Extends

  • DisplayWidget