A WSelectionBox corresponds to an HTML
<select> element.
A WSelectionBox lets the user select one option...
... or multiple options (use shift and/or ctrl-click to select your pizza toppings)
WSelectionBox is a View widget (see also Model-View-Controller) which
instantiates its own WStringListModel by default. You
can use the widget also in conjunction with another model.