Orange-OpenSource / Orange-OpenSource/ouds-flutter
[Bug][A11y][Switch] Read-only variant is not accessible
Open
@Tayebsed93 is already working on this.
Since Dec 3, 2025.
🐞 bug
👂 accessibility
- Dominant language
- Dart
- Stars
- 10
- Forks
- 5
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 9
Description
Prerequisites
- I have searched the backlog for duplicate or closed feature requests
Your test device
iPhone14+
OS Version
iOS26
App version
0.6.0 (520)
Describe the issue
Read-only switch has no role/trait so it's not reached with screen-reader or other assistive tools.
Expected Behavior
Read-only switch should have accessible role/trait, label and value(on/off), like an active switch but without the possibility to change the value.
You can use the "value" or "hint" property to convey the read-only state
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.