[Table of Contents] [docx version]
VML Reference Material - VML
This element specifies that the checkbox is checked or the radio button is selected. This element is used for checkboxes and radio buttons. Valid values are:
Value |
Description |
0 |
Unchecked / unselected |
1 |
Checked / selected |
2 |
Mixed selection |
[Example:
<x:ClientData … > …
<x:Checked>2</x:Checked>
</x:ClientData>
end example]
The possible values for this element are defined by the XML Schema integer datatype.
Parent Elements |
ClientData (§6.4.2.12) |