So far I accomplished this but problem is that when I check it checks all, not
individually.
\setupinteraction[state=start]
\setupexternalfigures[location=global]
\definesymbol [yes]
[{\externalfigure[check-mark-svgrepo-com.svg][conversion=mp]}]
\definesymbol [no] []
\setupfield
[setup 3]
[wi
Thank you for the useful tip.
I’ve tested the example given below but ran into missing figure, maybe I need
to reconstruct the MetaPost file as mentioned in setup. Se attached example:
Thanks in advance!
/Jan-Erik
\setupinteraction[state=start]
\setupexternalfigures[location=global]
\definesy
Am 20.05.22 um 12:01 schrieb Jan-Erik Hägglöf via ntg-context:
How do I accomplish a similar funktion like this, that is written in
latex, but in context instead?
LATEXCODE
|\documentclass{article} \usepackage{hyperref} \begin{document}
\begin{Form} \CheckBox[name=mycheckbox,checkboxsymbol=\d
HI!
How do I accomplish a similar funktion like this, that is written in latex, but
in context instead?
LATEXCODE
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\begin{Form}
\CheckBox[name=mycheckbox,checkboxsymbol=\ding{53}]{This is a check box:}
\end{Form}
\end{docum