Skip to content

Instantly share code, notes, and snippets.

@Peeja
Created February 24, 2012 21:49
Show Gist options
  • Save Peeja/1903989 to your computer and use it in GitHub Desktop.
Save Peeja/1903989 to your computer and use it in GitHub Desktop.
Check some boxes and refresh the page. Do they stay checked?
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Checkbox Refresh Test</title>
<meta name="generator" content="TextMate http://macromates.com/">
<meta name="author" content="pivotalcb">
<!-- Date: 2012-02-24 -->
</head>
<body>
<h2>No form:</h2>
<p><label><input type="checkbox"> Unnamed </label></p>
<p><label><input type="checkbox" name="box"> Named </label></p>
<h2>In form:</h2>
<form>
<p><label><input type="checkbox"> Unnamed </label></p>
<p><label><input type="checkbox" name="box"> Named </label></p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment