I\'m using FDF to populate a PDF template. On my PDF template, I have a checkbox and radio field called c1 and r1 respectively. What\'s the syntax I should use in my FDF f
I found the answer. To check, use
<>
To turn off, use
<>
I found the answer on this page: http://www.4dcodeexchange.net/fdfformbuilder.htm
Excerpt
Checkboxes come in 2 flavors grouped and individual. Individual checkboxes will usually have a value of "Yes" or "Off". Grouped checkboxes are different in that each checkbox will have its own value. If you have problems with your FDF, look here first.