Articles on: Components

Checkbox & Radio Button Component

The Checkbox and Radio Button components are visual elements used to represent binary states or choices. The checked state is controlled by a boolean value, using either true or false, or numeric equivalents 1 or 0, to indicate whether the component should appear checked or unchecked.


If you want to allow users to check or change options after the PDF is generated, you can enable the Render as an editable field option in the Advanced settings, which makes the components editable directly in the final document.


Checkbox Component



Radio Button Component


To create a group of radio buttons where only one option can be selected, use the Container component to iterate over your data and place the Radio Button component inside it as a subcomponent.



Updated on: 04/09/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!