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? See attached below \setupinteraction[state=start] \setupexternalfigures[location=global] \usemodule[fields] \definesymbol [yes] [{\externalfigure[check-mark-svgrepo-com.svg][conversion=mp]}] \definesymbol [no] [] \setupfield [setup 3] [width=0.5cm, height=0.5cm, rulethickness=1pt, corner=round, framecolor=red] \definefield [check-me] [check] [setup 3] [yes,no] [no] \define\chk{\field[check-me]} \starttext \chk \blank[3cm] \chk \stoptext