@media (prefers-color-scheme: light) {
  .form-check-input:checked {
    background-color: ButtonText !important;
  }
}

.form-check-input {
  &:focus {
    outline: 1px solid Highlight;
  }

  &:disabled,
  &[disabled] {
    ~ .form-check-label {
      color: GrayText;
    }
  }
}
