.. _group__a3d__pdffield__radiobutton:

###################
Radio Button Module
###################

**(HOOPS Publish Advanced)** \ Module to access and define Radio Button field 

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

**Parameters**


   **pDoc**\ : The Document object to work with. 

   **pRadioButtonData**\ : The RadioButton parameters. The name is mandatory. 

   **ppRadioButton**\ : The RadioButton 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:`~A3DPDFRadioButtonData`

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

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


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


* :c:func:`~A3DPDFRadioButtonCreate`
* :c:func:`~A3DPDFPageInsertRadioButton`

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

   ../structures/A3DPDFRadioButtonData
   ../functions/A3DPDFRadioButtonCreate
   ../functions/A3DPDFPageInsertRadioButton


