SelectionList

Use Cases

✅ Facilitating the selection of items from a list, providing users with options to choose from.

✅ Allowing users to make multiple selections or single selections based on their needs.

✅ Enhancing user experience by offering a structured and organized way to browse and choose from available options.

✅ Supporting various interaction patterns such as checkboxes, radio buttons, or dropdown menus for selecting items.

Not to Use Cases

❌ Avoid using selection lists for non-selection-related content or functionality.

❌ Don't overwhelm users with excessively long lists; consider implementing filtering or categorization to improve usability.

❌ Avoid relying solely on selection lists for complex data input or tasks that require additional context or guidance.

❌ Not suitable for displaying non-selectable content or information that doesn't require user interaction.

Last updated