jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State is not defined for toggle button

zhr1130 opened this issue · comments

In the checkbox tree, state of toggle buttons are not defined . Screen reader user will be affected if state is not being announced by screen reader as user won't be get an idea of state of control.

image

Actual Result:
State is not defined for button control which screen reader only announces button

Expected Result:
State should define for button control so that screen reader user could get know state of control and also screen reader should announce position of items.

Resolved with 05e73db and bec62e0.