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 247f6d6 commit 6d82cdfCopy full SHA for 6d82cdf
core/src/components/checkbox/checkbox.scss
@@ -106,7 +106,7 @@
106
* The native control it must be hidden with display:none instead of aria-hidden="true"
107
* to avoid nested interactive elements accessibility issues
108
*/
109
-.checkbox-native-control {
+ input {
110
display: none;
111
}
112
core/src/components/checkbox/checkbox.tsx
@@ -298,7 +298,6 @@ export class Checkbox implements ComponentInterface {
298
*/}
299
<input
300
type="checkbox"
301
- class="checkbox-native-control"
302
checked={checked ? true : undefined}
303
disabled={disabled}
304
id={inputId}
0 commit comments