CGMAX
Neues Mitglied

Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<html><head> <title>Checkbox</title> <style> input[type="checkbox"]{display:none}
input[type=checkbox] + label { background: url(http://u.jimdo.com/www101/o/s8ae4cd8f82d8f91f/img/i6b75e544bfc87e36/1345979592/std/image.jpg); height: 32px; width: 32px; display:inline-block; padding: 0 0 0 0px; }
input[type=checkbox]:checked + label { background: url(http://u.jimdo.com/www101/o/s8ae4cd8f82d8f91f/img/i78146f4790e3222e/1345979610/std/image.jpg); height: 32px; width: 32px; display:inline-block; padding: 0 0 0 0px; } </style></head>
<body>
<p> <input type='checkbox' name='thing' value='valuable' id="1"/><label for="1"></label>
</body></html>