Skip to Content
ComponentsSelection List

SelectionList

SelectionList allows users to select one or more items from a list.

While it supports multi-selection, it’s recommended to use it when it’s clear that only a single option should be selected.

GitHub LogoSource Code

If you need single selection, consider using HvRadioGroup or HvSelect instead.

Controlled

The value of HvSelectionList can be controlled by using the value/onChange. Status is controlled via the status and statusMessage props.

  • 🥑 Avocado
  • 🍌 Banana
  • 🥕 Carrot
  • 🐉 Dragon
  • 🍆 Eggplant
Last updated on