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