dgreene1 / react-accessible-treeview

A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.
https://dgreene1.github.io/react-accessible-treeview
MIT License
277 stars 37 forks source link

Allow consumers to indicate if the TreeView will be using checkboxes or not #33

Closed yhy-1 closed 2 years ago

yhy-1 commented 2 years ago

Improve accessibility by providing an option for consumers to indicated whether the Treeview is using a checkbox. To solve the issue in: #32

The use of aria-checked successfully: