diff --git a/core/src/components/checkbox/checkbox.native.scss b/core/src/components/checkbox/checkbox.native.scss index 6a2231c548..4c9021f114 100644 --- a/core/src/components/checkbox/checkbox.native.scss +++ b/core/src/components/checkbox/checkbox.native.scss @@ -38,10 +38,6 @@ @include margin(null, null, $checkbox-item-label-margin-bottom, null); } -input { - @include visually-hidden(); -} - .checkbox-icon { @include border-radius(var(--border-radius));