AccessKit / accesskit

Accessibility infrastructure for UI toolkits
https://accesskit.dev
BSD 3-Clause "New" or "Revised" License
1.07k stars 53 forks source link

Add UIA support for radio buttons and radio button groups #24

Open mwcampbell opened 3 years ago

mwcampbell commented 3 years ago

These controls require us to implement the UIA selection and selection item patterns, as with list boxes in #23. Re-use as much of the code for implementing these patterns as possible, while still accounting for differences between these control types.

mwcampbell commented 2 years ago

90 partially addresses this. I don't think I have to actually implement the UIA selection pattern to support radio groups, but we do need to compute position and count from the radio_group field on a given radio button. Leaving this open for now.