Skip to content

Commit 09aec10

Browse files
author
Martha Cryan
committed
Fix aria-checked value
1 parent ef368b9 commit 09aec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/widgets/src/commandpalette.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ namespace CommandPalette {
790790
className,
791791
dataset,
792792
role: 'checkbox',
793-
'aria-checked': `${data.item.isToggleable}`
793+
'aria-checked': `${data.item.isToggled}`
794794
},
795795
this.renderItemIcon(data),
796796
this.renderItemContent(data),

0 commit comments

Comments
 (0)