Bootstrap 4.6: The switch states are not visible in Windows High Contrast Mode.
Watch in High Contrast Mode:
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
</div>
Here is a simple CodePen
Does anybody know what do do? My priority is MS Edge. All other browsers are not really relevant.
Unfortunately I have to stick with this standard control. Using a 3rd party switch or some other control is not an option.