This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Description
since this is constructed with a ul element as its base, it seems like the intent here was to create a list of items. However, because the li elements are having their role overwritten by ARIA, the list semantics are completely lost here resulting in a bunch of sibling buttons.
Is there a way to declare if one wanted these to behave (be exposed as) as checkboxes, toggle buttons or switches?