<default>
(Default Checkbox Form Field State)
This element specifies the default checkbox state for the parent checkbox form field. This value determines the checkbox state when its current run contents are empty (i.e. there is not actual content within the drop-down list).
If this element is omitted, then the current checkbox form field shall have a default value of 0
(unchecked).
<w:fldSimple w:instr="FORMDROPDOWN"> <w:ffData> <w:checkBox> <w:default w:val="true" /> </w:checkBox> </w:ffData> </w:fldSimple>
The <default>
element specifies the default state of the checkbox form field to be true.
Since the form field does not contain any run content, this is the state which shall be displayed when the contents of the form field are displayed by an application. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>