.. _group__a3d__pdffield__checkbox:

################
Check Box Module
################

**(HOOPS Publish Advanced)** \ Module to access and define Check Box field 

This module describes the functions and structures that allow you to define a Check Box. A Check Box is an Acrobat Field. 

**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


.. rst-class:: kind-group kind-record

.. rubric:: Structures
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:struct:`~A3DPDFCheckBoxData`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFCheckBoxCreate`
* :c:func:`~A3DPDFPageInsertCheckBox`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DPDFCheckBoxData
   ../functions/A3DPDFCheckBoxCreate
   ../functions/A3DPDFPageInsertCheckBox


