Multiple Selection

When user clicks on a list item, the whole item is selected and the onSelect event is sent back to the server to notify the application. You could control whether a list box allows multiple selections by setting the multiple property to true. The default value is false.