<Checked>
(Checked)
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>
The possible values for this element are defined by the XML Schema integer datatype.
Parent Elements |
---|
|