I have a checkbox which is pretty simple, it's a boolean, true/false, checked or unchecked.
What I would like to do is keep the checkbox but hide it and allow the user to click on an image (a dark circle or a blue circle) which would then toggle the checkbox on/off. But I can't figure out where to start on something like this.
Ideas?