Printing Checkbox
This guide shows how to print checkbox values into your PDF using Make.
Step 1 — Prepare your template
In the Eledo editor:
- Add a Dynamic Checkbox component
- In Data (expression), enter a field name (for example
Fragile) - Confirm and save the template

tip
Learn more about Dynamic Checkbox:
→ /docs/product/template-editor/components/dynamic-checkbox.mdx
Step 2 — Use the template in Make
In your Make scenario:
- Add the Eledo PDF module
- Select your template
- Click Refresh Custom Fields
Your field (for example Fragile) will appear.
Step 3 — Map your data
- Enable Map for the field (for example
Fragile) - Select a boolean value from your data source
true→ checkedfalse→ unchecked
- Confirm the mapping

Result
When the scenario runs:
- the boolean value is passed from your source
- Eledo evaluates the value
- the checkbox is rendered as checked or unchecked
Next steps
- Print text values → Printing Text
- Build full workflow → Generate Your First PDF
Was this article helpful?
Yes
No