The input element of type checkbox is used to add an input checkbox to the current page.
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
input | type | checkbox | |
name | string | ||
value | string | ||
x1 | integer | Default is 0. | |
y1 | integer | Default is 0. | |
width | integer | Default is 12. | |
height | integer | Default is 12. | |
length | integer | Default is 0. A value of 0 indicates no input limit. | |
selected | boolean | Default is false. | |
readonly | boolean | Default is false. |
<input type="checkbox" name="CHECK1" value="CHK" selected="true" x1="100" y1="630"/>