> 22 maj 2022 kl. 10:47 skrev Jan-Erik Hägglöf : > > 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] > > \definesymbol [yes] [{\externalfigure[mp-cont.502]}] > \definesymbol [no] [] > > > \setupfield > [setup 3] > [width=2cm, height=2cm, > rulethickness=3pt, corner=round, framecolor=red] > > \definefield [check-me] [check] [setup 3] [yes,no] [no] > > \starttext > \field[check-me] > \stoptext > >> 20 maj 2022 kl. 12:28 skrev Henning Hraban Ramm via ntg-context : >> >> 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=\ding{53}]{This is a check box:} \end{Form} \end{document}| >> >> Have a look at https://wiki.contextgarden.net/Widgets and the "mwidget" manual. >> >> Custom symbols work unreliably, depending of the viewer. >> >> Hraban >> ___________________________________________________________________________________ >> If your question is of interest to others as well, please add an entry to the Wiki! >> >> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context >> webpage : http://www.pragma-ade.nl / http://context.aanhet.net >> archive : https://bitbucket.org/phg/context-mirror/commits/ >> wiki : http://contextgarden.net >> ___________________________________________________________________________________ >