blob: 0f16f92202955e926321d0446fefc9bac0477e3d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Input with type="checkbox" label/for without wai-aria</title>
</head>
<body>
<input type="checkbox" id="test">
<label for="test">foo</label></body>
</html>