Skip to content

Commit b43ac6c

Browse files
committed
add ion-focusable class to checkbox
1 parent 85e12dd commit b43ac6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/checkbox/checkbox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export class Checkbox implements ComponentInterface {
212212
'in-item': hostContext('ion-item', el),
213213
'checkbox-checked': checked,
214214
'checkbox-disabled': disabled,
215+
'ion-focusable': true,
215216
'checkbox-indeterminate': indeterminate,
216217
interactive: true,
217218
[`checkbox-justify-${justify}`]: justify !== undefined,

0 commit comments

Comments
 (0)