dequelabs / dequelabs/cauldron
Bug: Checkboxes should have a "disabled" visual appearance when `aria-disabled`
Open
bug
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
### Steps to reproduce
Have a checkbox with `aria-disabled`:
```tsx
```
### Expected Behavior
The checkbox should appear as visually disabled. This can be important in scenarios where a tooltip may be necessary to help indicate why the checkbox is disabled and still allow access to the control for keyboard users.
### Version
v6.x
### What browser(s) are you experiencing the problem on?
N/A
Contributor guide
Assessment
This issue has not been assessed yet.