Whenever I click on the checkbox, the browser window (firefox) will scroll on the top of the screen. How can I prevent this behavior so when I click on the checkbox the
you could hide your checkbox input like this:
#ck-button label input { position:absolute; top:+20px; visibility: hidden; }