If you are using the firefox browser, can you please open this specific fiddle.
The problem at hand pertains to a checkbox button that requires multiple clicks to turn off. My main concern is figuring out how to prevent this issue from occurring. I am aware that it may be due to the posistion:relative
, which is necessary for preventing the page from scrolling to the top every time a button is clicked. However, my ultimate goal is to have the button function properly with just one click to turn it on and off without needing multiple clicks.