Anyone know how to print a checkbox on the adv pdf builder?
Things I have tried:
1. Using unicodes for all the types of checkboxes and shapes. Not supported
2. Using <input display="inline" type="checkbox" name="Tote1" checked="true">
This adds an interactable checkbox element but I want to print a static shape instead, not interactable
3. Trying to ghetto make a small box <div> or circle. But not desirable.
Does BFO not support unicodes?