I am trying to create a task list wherein I can mark if a task is done or not using check boxes. I am using CheckBox from Form for that.
Now I want to enumerate those tasks. Part of my Latex content is here -
\documentclass{minimal}
\usepackage[pdftex]{hyperref}
\begin{document}
\begin{Form}
\noindent
Tasks:\\
\begin{enumerate}
\item \CheckBox[bordercolor={0 0 0},height=1ex,width=1.5ex]{task1}\quad \\
\item \CheckBox[bordercolor={0 0 0},height=1ex,width=1.5ex]{task2}\quad \\
\item \CheckBox[bordercolor={0 0 0},height=1ex,width=1.5ex]{task3}\quad \\
\item \CheckBox[bordercolor={0 0 0},height=0.5ex,width=1.5ex]{task4}\quad \\
\end{enumerate}
\end{Form}
\end{document}
\end
But it doesn't work! I don't why it doesn't put numbers before tasks.

\documentclass{...}and ending with\end{document}. – yo' Feb 17 '14 at 14:28hyperrefloaded), this is what I get (using Okular as viewer): http://imgur.com/sfYJJLY Do you get something different? If so, which viewer do you use? – Gonzalo Medina Feb 17 '14 at 14:44