I'm working with a bootstrap toggle switch that appears to be too small for my needs. I've only used the following code, relying solely on Bootstrap classes without any additional CSS:
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitches">
<label class="custom-control-label" for="customSwitches">Fullscreen</label>
</div>
I need assistance in resizing this switch, but my attempts to adjust its height and width using CSS variables have been unsuccessful.