We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ee87d commit 31d23b5Copy full SHA for 31d23b5
packages/vscode-js-profile-core/src/client/toggle-button.tsx
@@ -24,6 +24,7 @@ export const ToggleButton: FunctionComponent<{
24
type="button"
25
role="switch"
26
alt={label}
27
+ title={label}
28
aria-label={label}
29
aria-checked={checked ? 'true' : 'false'}
30
dangerouslySetInnerHTML={{ __html: icon }}
0 commit comments