mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-09 00:29:11 +00:00
11 lines
282 B
HTML
11 lines
282 B
HTML
<!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>
|