Skip to main content

Printing Checkbox

This guide shows how to print checkbox values into your PDF using Make.


Step 1 — Prepare your template

In the Eledo editor:

  1. Add a Dynamic Checkbox component
  2. In Data (expression), enter a field name (for example Fragile)
  3. Confirm and save the template

Checkbox configuration

tip

Step 2 — Use the template in Make

In your Make scenario:

  1. Add the Eledo PDF module
  2. Select your template
  3. Click Refresh Custom Fields

Your field (for example Fragile) will appear.


Step 3 — Map your data

  1. Enable Map for the field (for example Fragile)
  2. Select a boolean value from your data source
    • true → checked
    • false → unchecked
  3. Confirm the mapping

Mapping checkbox value


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


Was this article helpful?

Yes
No