Printing Checkbox
This guide shows how to print checkbox values into your PDF using n8n.
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 n8n
In your n8n workflow:
- Add the Eledo PDF node
- Select your credentials
- Choose your template
- Make sure Input is set to Guided Fields
Step 3 — Add and set the value
In the Eledo node:
- Click Add Boolean Field
- Select the field (for example
Fragile) - Set the value using the toggle
true→ checkedfalse→ unchecked

Result
When the workflow runs:
- the boolean value is passed to Eledo
- 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