Tag Definition: checkBox
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
bold |
implied |
None |
|
boxFillColor |
implied |
None |
|
boxHeight |
implied |
None |
|
boxStrokeColor |
implied |
None |
|
boxWidth |
implied |
None |
|
checkStrokeColor |
implied |
None |
|
checked |
implied |
None |
|
graphicOff |
implied |
None |
|
graphicOn |
implied |
None |
|
label |
implied |
None |
|
labelFontName |
implied |
None |
|
labelFontSize |
implied |
None |
|
labelOffsetX |
implied |
None |
|
labelOffsetY |
implied |
None |
|
labelTextColor |
implied |
None |
|
line1 |
implied |
None |
|
line2 |
implied |
None |
|
line3 |
implied |
None |
|
lineWidth |
implied |
None |
|
style |
none |
||
x |
required |
None |
|
y |
required |
None |
|
Can contain |
Purpose
This lets you create a checkbox you can use within forms requiring specific placement of fields.
Example usage
<story>
<illustration width="8cm" height="5cm">
<checkBox x="1cm" y="-2cm"/>
</illustration>
</story>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.
Example of nesting path from the parent tags to the current tag
<document> ➔ <story> ➔ <illustration> ➔ <checkBox>