Gets the job done. I'd recommend changing the background color of the box though since it shows a totally black window if using a dark theme (I attached a pic showing what I mean).
I got it to work for me by changing
checkboxContainer.style.backgroundColor = "#111827";
to
checkboxContainer.style.backgroundColor = "white";
Gets the job done. I'd recommend changing the background color of the box though since it shows a totally black window if using a dark theme (I attached a pic showing what I mean). I got it to work for me by changing
checkboxContainer.style.backgroundColor = "#111827";
tocheckboxContainer.style.backgroundColor = "white";