1 2 3 4 5 6 7 8 9 10
<!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>