I have a straightforward question that I've been struggling to find a simple answer for. Can anyone help me with this?
Here's the checkbox code I'm working with:
<input type="checkbox">
All I want to do is change the background color when this checkbox is checked. Is there an easy method to achieve this using CSS or JS?