[NTG-context] Issue with interactive checkboxes
Pablo Rodriguez
oinos at gmx.es
Mon May 23 21:59:38 CEST 2022
On 5/23/22 13:11, Jan-Erik Hägglöf via ntg-context wrote:
> HI!
>
> Tried to make a checklist in an interactive document.
>
> The problem seems to be that all checks/uncecks in same click, not each
> individually.
>
> Is there something wrong with my code?
Hi Jan-Erik,
you basically put the same field twice.
Add something like:
\definefield [check-you] [check] [setup 3] [yes,no] [no]
\define\chka{\field[check-you]}
\chka
Checks will be different then.
I hope it helps,
Pablo
More information about the ntg-context
mailing list