multiple_select = flag;
Allow the user to select multiple items from the list box.
When flag = true, this attribute allows the user to select more than one item from a list box. When the user picks more than one item, each is highlighted.
flag: true or false (default).
Example
multiple_select = true;
Valid Tile