Files
divkit/test_data/regression_test_data/accessibility/switch_with_accessibility.json
T
bakalskayas c480fa15c0 support accessibility for switch
commit_hash:ccce4d21b9482f4400ac8fcd15fba797b0124388
2025-09-18 16:33:35 +03:00

38 lines
808 B
JSON

{
"card": {
"log_id": "tests",
"variables": [
{
"name": "is_microphone_permission_granted",
"type": "boolean",
"value": false
}
],
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"orientation": "vertical",
"items": [
{
"type": "text",
"font_size": 20,
"text": "switch with a11y"
},
{
"type": "switch",
"is_on_variable": "is_microphone_permission_granted",
"width": {
"type": "match_parent"
},
"alignment_horizontal": "start",
"alignment_vertical": "center"
}
]
}
}
]
}
}