[Tex/LaTex] Side by side checkboxes

formattingformshorizontal alignmentlistspositioning

I'd like to put some checkboxes side by side, but I don't know how. The only thing I found so far was this for checkboxes, but that's just an explanation for how to do them.

How to create checkbox todo list?

I basically want the thing explained in that link, but instead the checkboxes should be displayed side by side. If that's not possible it all (which I doubt) it wouldn't matter that much, but I am copying something I wrote in Word into LaTeX and I would like for it to look the same.

Edit:
Basically, this is what I currently have:

enter image description here

… and this is what I actually want:

enter image description here

Best Answer

Just for fun (pdf only):

\documentclass{article}
\usepackage{hyperref}
\begin{document}

\CheckBox[name=check1]{} Allgemein \hfil
\CheckBox[name=check2]{} Personalisiert \hfil
\CheckBox[name=check3]{} Keine Probleme

\end{document}