XFA Specification
Chapter 15, Template Specification
Template Reference
467
The checkButton element
A user interface element that describes either a checkbox or radio-button widget.
<checkButton
Properties:
id="xml-id"
shape="square
|
round"
size="10pt
|
measurement"
use="cdata"
usehref="cdata"
>
<border>
[0..1]
<extras>
[0..1]
<margin>
[0..1]
</checkButton>
The checkButton element is used within the following other elements:
proto ui
The border property
A
box model
element that describes the border surrounding an object.
For more information see "The
The extras property
An enclosure around one or more sets of custom properties. The content of this element may be used by
custom applications.
For more information see "The
The id property
A unique identifier that may be used to identify this element as a target.
The margin property
A
box model
element that specifies one or more insets for an object.
For more information see "The
The shape property
This property specifies whether the checkbox or radio-button will appear, with a square or round outline,
respectively.
square
The check button appears with a square outline.
round
The check button appears with a round outline.