UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

25 lines (24 loc) 513 B
const SwitchRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "switch", }, }, { module: "HTML", concept: { name: "input", attributes: [ { name: "type", value: "checkbox", }, ], }, }, ], type: "widget", }; export default SwitchRole;