Class CTSdtCheckbox

java.lang.Object
org.docx4j.w14.CTSdtCheckbox
All Implemented Interfaces:
Child

public class CTSdtCheckbox
extends java.lang.Object
implements Child

Java class for CT_SdtCheckbox complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_SdtCheckbox">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="checked" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_OnOff" minOccurs="0"/>
         <element name="checkedState" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_SdtCheckboxSymbol" minOccurs="0"/>
         <element name="uncheckedState" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_SdtCheckboxSymbol" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>