2.6.3.28 CT_SdtCheckbox

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: checkbox

A complex type that specifies the properties of a structured document tag (as specified in [ISO/IEC29500-1:2016] section 17.5.2) in the form of a checkbox.

Child Elements:

checked: An optional CT_OnOff element that specifies whether the checkbox is checked. By default, a checkbox is unchecked.

checkedState: An optional CT_SdtCheckboxSymbol element that specifies the symbol used to represent the checked state of the checkbox. By default, the symbol used to represent a checked checkbox is the 0x2612 Unicode character in the "MS Gothic" font.

uncheckedState: An optional CT_SdtCheckboxSymbol element that specifies the symbol used to represent the unchecked state of the checkbox. By default, the symbol used to represent an unchecked checkbox is the 0x2610 Unicode character in the "MS Gothic" font.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_SdtCheckbox">
   <xsd:sequence>
     <xsd:element name="checked" type="CT_OnOff" minOccurs="0"/>
     <xsd:element name="checkedState" type="CT_SdtCheckboxSymbol" minOccurs="0"/>
     <xsd:element name="uncheckedState" type="CT_SdtCheckboxSymbol" minOccurs="0"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).