Element input checkbox

LANSA Integrator

Element - input checkbox

The input element of type checkbox is used to add an input checkbox to the current page.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

input

type

checkbox

 

name

string

 

value

string

 

x1

integer

Default. 0.

y1

integer

Default. 0.

width

integer

Default. 12.

height

integer

Default. 12.

length

integer

Default. 0. A value of 0 indicates no input limit.

selected

boolean

Default. false.

readonly

boolean

Default. false.

 

Example

 

<input type="checkbox" name="CHECK1" value="CHK" selected="true" x1="100" y1="630"/>