We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e12dd commit b43ac6cCopy full SHA for b43ac6c
core/src/components/checkbox/checkbox.tsx
@@ -212,6 +212,7 @@ export class Checkbox implements ComponentInterface {
212
'in-item': hostContext('ion-item', el),
213
'checkbox-checked': checked,
214
'checkbox-disabled': disabled,
215
+ 'ion-focusable': true,
216
'checkbox-indeterminate': indeterminate,
217
interactive: true,
218
[`checkbox-justify-${justify}`]: justify !== undefined,
0 commit comments