ariamultiselectable
aria-multiselectable is an ARIA state that can be applied to container elements with roles such as listbox or tree to indicate that the control supports selecting more than one item at a time. When set to true, multiple options can be selected; when omitted or set to false, the control is treated as single-select. The attribute is used together with individual item roles, typically role="option" inside a listbox or role="treeitem" inside a tree, with each item exposing its selection state through aria-selected.
In a multi-selectable listbox or tree, users interact with the items using keyboard and pointer input. Typical
Accessibility considerations include ensuring that the visible selection cues align with aria-selected, providing clear labels and