
####################
A3DPDFCheckBoxCreate
####################

.. c:function:: A3DStatus A3DPDFCheckBoxCreate(A3DPDFDocument *pDoc, const A3DPDFCheckBoxData *pCheckBoxData, A3DPDFCheckBox **ppCheckBox)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFCheckBoxCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFCheckBoxData`\ * **pCheckBoxData**\ , :c:type:`~A3DPDFCheckBox`\ ** **ppCheckBox**\ )
   
   Function to create a CheckBox. 
   
   The CheckBox is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertCheckBox`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pCheckBoxData**\ : The CheckBox parameters. The name is mandatory. 
   
      **ppCheckBox**\ : The CheckBox created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




