mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
282 B
HTML
10 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>
|