Use the <cmd>--list</cmd> option to create a list dialog. <app>Zenity</app> returns the entries in the first column of text of selected rows to standard output.
</p>
<p>
Data for the dialog must specified column by column, row by row. Data can be provided to the dialog through standard input. Each entry must be separated by a newline character.
</p>
<p>
If you use the <cmd>--checklist</cmd> or <cmd>--radiolist</cmd> options, each row must start with either 'TRUE' or 'FALSE'.
<p>Specifies the column headers that are displayed in the list dialog. You must specify a <cmd>--column</cmd> option for each column that you want to display in the dialog.
</p>
</item>
<item>
<title><cmd>--checklist</cmd></title>
<p>Specifies that the first column in the list dialog contains check boxes.
</p>
</item>
<item>
<title><cmd>--radiolist</cmd></title>
<p>Specifies that the first column in the list dialog contains radio boxes.