Checkboxes, Radio Buttons and Dropdowns in PDF Forms
Checkboxes, radio groups and dropdowns are not text fields. What the automatic scan makes of each, and what to do when a box will not tick.
Written against the Aug 8, 2026 release·what has changed since
A text field is the easy part of a PDF form. You click it, you type, the answer sits on the line. What stalls people is everything else: the squares beside Yes and No, the row of circles where only one answer is allowed, and the boxes meant to drop open a list of permitted values. On the page they look like siblings. Underneath they are three different structures, and the editor handles them differently because of it.
Three things that look alike
- A checkbox is one field with two states. It is on or it is off, nothing else depends on it, and a form may have forty that you are free to tick in any combination.
- A radio group is one field with several widgets. Only one of its options can be on at a time, and that exclusivity belongs to the group rather than to any single circle.
- A dropdown is one field whose value is supposed to come from a list the form's author wrote into the file. Some allow a typed answer as well. Most do not.
The third kind is why a form sometimes refuses an answer that looks perfectly reasonable. A dropdown labelled Province is not asking for text. It is asking you to pick one of the entries already stored inside the document.
What the automatic field scan makes of each
The automatic field scan is rule based. It reads the form widgets a document already declares, infers boxes from drawn rectangles and underlines, and matches nearby text against a fixed vocabulary of labels. Nothing about it is learned, and it runs in your browser rather than anywhere else. What it hands back is a set of editable boxes laid over your page.
A checkbox widget and a radio button widget both arrive as the same thing: a small box you toggle with a click. A dropdown arrives as a text field, because the editor has one marking tool and one text tool and no list control at all. If the document already carried an answer, the scan imports it, so a dropdown that was set to Ontario opens as a text field containing Ontario, ready to keep or retype.
On and off are names, not true and false
It is worth knowing what a checkbox stores, because it explains the one real surprise later. A form button holds a name rather than a boolean. The unticked state is almost always the name Off, and the ticked state is whatever the author chose: Yes, On, 1, or the wording of the option itself. A radio group stores one such name for the whole group, which is how it knows which circle is filled.
Normally that detail stays invisible. It surfaces the moment you send the document to something that reads field values instead of looking at the page.
What the export actually contains
When you export, the original pages are copied with their structure intact and everything you added is drawn on top as real PDF content. Ticks and crosses become vector lines, and typed answers become selectable text. Nothing is a screenshot, so the file stays sharp at any zoom.
The consequence for option fields deserves stating plainly: a tick is ink on the page, not a change to the field underneath it. A person reading the document sees the answer exactly where it belongs. A system that extracts field values still reads Off, because the checkbox you marked was never told anything happened.
When a checkbox will not tick
A box that ignores your click is usually one of a small number of things, and none of them require a printer.
- Nothing was detected there. The scan only marks what it can justify, and a hand drawn square with no recognisable label beside it may not qualify. No dashed box means nothing to toggle.
- A different tool is selected. In manual mode a click places whatever tool is active. Choose the select tool first and detected boxes start responding again.
- The box is tiny. A small printed square needs the click to land inside it, so zoom in before you aim.
- It is not a field at all. Some documents draw a button that runs an action rather than storing an answer. Those are skipped on purpose, because marking one would mean nothing.
Marking a box the scan did not find
- 1
Switch to the manual tools
The editor has two modes. Manual gives you the placement tools directly: text, check, cross, signature, erase and highlight.
- 2
Choose check, or cross
A check draws a tick and a cross draws an X, which plenty of forms ask for by name. They are separate tools rather than a styling option, so pick the one the instructions call for.
- 3
Click inside the printed box
The new mark is created centred on your click, and the editor returns to the select tool so your next drag moves it instead of placing another one.
- 4
Centre it with the position controls
A selected mark has numeric position and size boxes plus one unit nudge buttons, enough to sit it neatly inside a printed square.
A mark you placed by hand exports exactly like one the scan found. The layers list labels it manual only so you can tell which decisions were yours.
The forms this will not fix
Occasionally a document asks for more than a page editor can offer. A dropdown that triggers a calculation, a field that validates itself as you leave it, or a form built in the older XFA style all depend on logic stored in the file rather than on anything drawn on the page. If a receiving office tells you to open a particular form in a particular reader, believe them: this editor suits the many forms that are merely awkward, not the occasional one that is really a small application.
The short version
- A checkbox is one field with two states; a radio group is one field with several options and room for only one answer.
- The scan turns checkboxes and radio buttons into boxes you toggle, and a dropdown into a text field you type into.
- Nothing enforces the one answer rule of a radio group, so clear the mark you did not mean.
- Marks are drawn onto the page, so flatten the file when the recipient reads field values rather than pages.
- A box the scan missed can be marked by hand, and it exports identically.
Open PDF Editor
Fill, sign, highlight, and export any PDF right in your browser, free, no uploads.
Was this article helpful?
Your answer stays in this browser. Nothing is sent to us. See how it works.
Keep reading
Reviewed and maintained by
Novus Stream Solutions Editorial Team
The Novus Stream Solutions Editorial Team maintains Novus PDF Studio's product documentation, tutorials and PDF explainers. The team checks product claims against the current browser-local implementation and tests, prefers primary specifications and vendor documentation, and corrects material errors openly. The byline identifies the responsible organization; it does not imply a named expert or professional adviser.
Privacy note: every tool mentioned in this article runs entirely in your browser. Nothing is uploaded or queued on a server. A PDF stays in the tab unless you explicitly use Save on this device, which stores that session in this browser without storing passwords. More on the how it works page.