@import "../../globals.core"; // Checkbox // -------------------------------------------------- ion-checkbox { cursor: pointer; @include user-select-none(); } ion-checkbox[aria-disabled=true] { opacity: 0.5; color: $subdued-text-color; pointer-events: none; }