Forum Discussion
Ted_DiBiase
Mar 07, 2023Copper Contributor
Toggling checkboxes to display additional text
I need to create a Word document which will consist of clicking a checkbox that will prompt additional text to appear below.
Example:
Have you ever been married? Yes ( ) No ( )
When clicking the checkbox next to Yes, I want text to appear below asking how long you’ve been married.
Have you ever been married? Yes (X) No ( )
How long?
Is this possible?
Thanks for your help!
1 Reply
Sort By
Ted_DiBiase What type of controls are you using on the document? Often it is easier to use a dropdown that contains Yes and No entries, as it take quite a bit of work to make check boxes mutually exclusive (So the both Yes and No cannot be checked)