[Composable] Multi Activation

Multi Activation is a menu item whose activation implies non-exclusive selection within the same selection group. The visual feedback to indicate the activation state is a single check mark.


Design

 
 

Box Model

 
 

Configurations

With Left Decorator

 
 

With Secondary Label

 
 

With All

 
 

This composable uses all the visual styles from the Basic Activation [Composable], and may also include any of the following according to the use case and requirements.

  • Multi Selection "Single Checkmark": 16x16 RT
  • Background: neutral-000 (#FFFFFF)
  • Margin / Padding: ?
  • Min-Height: 32 RT
  • Min-Width: Stretches to fit content
  • Max-Width: 300px
 

Responsive

Same as the standard menu item

 

States

StateDefault GraphicDefault Styling
Idlesingle checkmark-icon: brand-800 (#005181)
left-icon-color: brand-800 (#005181)
secondary-label-font: b4
font-color: brand-800 (#005181) - new variant
font-style: italic - new variant
N/A
Focusbackground: brand-200 (#EBF6FF)
border: 1px solid brand-500 (#1394E5)
N/A
N/A
N/A
Disabledfont-color: neutral-500 (#697489) - new variant
cursor: disabled
single checkmark icon disappears
left-icon-color:
neutral-400 (#8C93A6)
secondary-label-font: b4
font-style: italic - new variant
N/A
Hoverbackground: brand-200 (#EBF6FF)
N/A
N/A
N/A
Read-onlyN/AN/A
ErrorN/AN/A
 

Use Cases

Original Scenario (Use Case)Dim Sum Version (Proposed Solution with DS Components)Scenario Description
Multi Activation Menu

This is showing the Pills v2 component used with Menu Button component. These two components MUST be configured together to achieve this result.

See Pills v2 Specs
 

Examples

Scenario GraphicScenario SolutionText Resize and Reflow (200%)Scenario Description
Multi Activation Menu menu item whose activation implies non-exclusive selection within the same selection group. The visual feedback to indicate the activation state is a single check mark.
 

Digital Accessibility

Same as the standard menu item


Variants

Not applicable


Usage Warnings

The multi select Item is a specialized menu item within the menu-button widget that combines two flows: partial navigation and selection.

This item type is intended for scenarios where both flows are required simultaneously.

It is not designed to simply handle multiple selections; instead, it is meant to address cases where each selection or deselection triggers a progressive update to the content of the page.

Designers must use the multi select item with this specific intent in mind.

If the scenario does not involve altering the page content (usually in real-time as selections are made or removed), other components, such as a combobox, should be considered instead.

 

Reference

Not applicable