Skip to content

Instantly share code, notes, and snippets.

@miknight
Created August 21, 2009 02:50
Show Gist options
  • Save miknight/171612 to your computer and use it in GitHub Desktop.
Save miknight/171612 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Label Checkbox Test</title>
</head>
<body>
<form>
<label for="checker">click me</label>
<input type="checkbox" id="checker" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment