lundi 10 mai 2021

Interactive Checkbox in Latex

Does anyone know how to do an interactive checkbox in LaTeX that can be crossed when it is clicked? Right now I can get it to work with with a checkbox that glows red when checked like this:

enter image description here

with

\usepackage{hyperref}

\begin{document}
  \begin{Form}
    \CheckBox[name=mycheckbox]{This is a check box:}
  \end{Form}
\end{document}

but I'm not sure how you make it a cross instead of a glow when checked




Aucun commentaire:

Enregistrer un commentaire