Background
As decided in T368022: MenuItem: improve the selection of menu items, we will include a check icon to indicate the multi-selection in menus. This icon will serve as a clear indicator to differentiate the multi-selection from the single-selection.
A 16px check icon will be displayed in the selected menu items when the menu supports multi-selection.
User stories
- As a user, I need to know when I can select more than one item from a menu.
Design spec
Open questions
Add here the questions to be answered in order to design and implement the component
Acceptance criteria (or Done)
Design
- Design the Figma spec sheet and add it in this task
- Update the component in the Figma library. This step will be done by a DST member.
- Update the MenuItem Guidelines in Codex
Code
- The Menu component should be updated to automatically use the Check icon when multi-select is being used.
- New demo illustrating this new feature that will be used just when multi-selection
- Update unit tests and snapshot tests