MenuItemGroup
<ui5-menu-item-group> | Since 2.12.0The ui5-menu-item-group component represents a group of items designed for use inside a ui5-menu.
Items belonging to the same group should be wrapped by a ui5-menu-item-group.
Each group can have an checkMode property, which defines the check mode for the items within the group.
The possible values for checkMode are:
- 'None' (default) - no items can be checked
- 'Single' - Only one item can be checked at a time
- 'Multiple' - Multiple items can be checked simultaneously
Note: If the checkMode property is set to 'Single', only one item can remain checked at any given time.
If multiple items are marked as checked, the last checked item will take precedence.