\ChoiceMenu 複数選択と同時選択

\ChoiceMenu 複数選択と同時選択

記入可能な PDF を作成しようとしています。例を以下に示します。

\documentclass[12pt,pdftex]{article}
\setlength{\parindent}{0pt} \setlength{\parskip}{2ex}

%Encoding & language
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}

%Forms
\usepackage{hyperref}
\hypersetup{ pdftitle={Playing with Forms}, pdfpagemode=none }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document
\begin{document}

\thispagestyle{empty}

\ChoiceMenu[combo, backgroundcolor=0.9 1 0.9, bordercolor=0 0.5 0,
borderwidth=1, charsize=11pt, color=0 0.5 0, checked, height=2mm,
name=aradiomenu, width=2mm, value={second} ]{radio-style:
}{first,second,third,fourth}

\end{document}

私が本当に望んでいたのは、リストから他の項目を除外して 1 つの項目だけを選択するのではなく、同じリストから複数の項目を選択し、それらが別の場所に書き込まれることです。それは可能ですか? そう願っています!

関連情報