w:checkBox
Checkbox Form Field Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_FFCheckBox
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- w:size Checkbox Form Field Size
- w:sizeAuto Automatically Size Form Field
- w:default [0..1] Default Checkbox Form Field State
- w:checked [0..1] Checkbox Form Field State
- Choice [1..1]
Attributes
None
Used in
- Type w:CT_FFData (Element w:ffData)
Sample instance
<w:checkBox> <w:size w:val="1"/> <w:default/> <w:checked/> </w:checkBox>