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:
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