If the button controls a grouping of other elements, the aria expanded state indicates whether the controlled grouping is currently expanded or collapsed. If the button has aria expanded=”false” set, the grouping is not currently expanded; If the button has aria expanded=”true” set, it is currently expanded; if the button has aria expanded=”undefined” set or the attribute is omitted, it is not expandable.