issues
search
oruga-ui
/
oruga
🐛 Oruga is a lightweight library of UI components without any CSS framework dependency
https://oruga-ui.com
MIT License
1.13k
stars
172
forks
source link
feat(checkbox): support w3c WAI-ARIA pattern
#1130
Open
mlmoravek
opened
3 hours ago
mlmoravek
commented
3 hours ago
Proposed Changes
restructure Checkbox html structure to fix a11y issues
add aria-labelledBy with unique label id from wrapped Field component
remove "update:indeterminate" event, because the prop does not get changed by the component itself
add axe test cases
Proposed Changes