This may seem basic, but is there a way to make checkboxes ticked automatically? E.g.
\documentclass{minimal}
\usepackage{hyperref}
\begin{document}
\begin{Form}
\CheckBox[name=ch1]{Yes}
\end{Form}
\end{document}
giving 
I'd like the above to be checked by default. Then in the .pdf one can uncheck it by clicking on the box as required.
I'm reading the hyperref manual and under 6.2 Forms optional parameters it lists the option with default as checked boolean false - I'm not sure how to pass this into \begin{Form} with a new default.
If there's an alternative method not involving hyperref I'm open to that also.
Am using EMACS & Auctex. If this is possible and there's some simpler way I could have looked it up (e.g. show/modify defaults for Form environment) up would be grateful for any pointers.
environmenthas a default likechecked falsethen is it reversed by usingchecked? – dardisco Oct 06 '13 at 04:35:). Change the default option is less intuitive, but see the updated answer. – Fran Oct 06 '13 at 05:17Fld@checkedmeanFldatcheckedbefore callingCheckBoxis this correct? How would I have been able to tell that the name of the variable I'm trying to change isFldatchecked- is this related to theFormenvironment or the.pdfformat? – dardisco Oct 06 '13 at 05:36\Fld@checkedbut browsing in.styfiles sometimes you can imagine tricks like this one. – Fran Oct 06 '13 at 06:02.styfiles * – dardisco Oct 06 '13 at 06:10