addObjectCheckBox
Creates a checkbox – a small rectangle followed by text which toggles its state and generates an event when tapped with the pen. Text is displayed in the current font.
Parameter | Description |
---|---|
id | The following values have special meanings when used with a signature object. |
x, y | Position of the top left corner of the object on the pad display.
|
data | Text to display. |
options | A combination of values from the CheckboxOptions enum (Optional) |
Return values |
---|
The added Object if success or null if there is some error. |