mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Add the accessible-enabled
property
This commit is contained in:
parent
129936a7d7
commit
2de3b9d455
51 changed files with 80 additions and 1 deletions
|
@ -16,6 +16,7 @@ export component CheckBox {
|
|||
|
||||
min-height: max(18px, layout.min-height);
|
||||
accessible-checkable: true;
|
||||
accessible-enabled: root.enabled;
|
||||
accessible-label: root.text;
|
||||
accessible-checked <=> root.checked;
|
||||
accessible-role: checkbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue