implicit-semantics-checkbox-role-haswarn.html (356B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Native checkbox with aria-checked with role</title> 6 </head> 7 <body> 8 <form> 9 <input type="checkbox" checked="checked" role="checkbox" aria-checked="mixed" id="test" value="Placeholder content"> 10 </form> 11 </body> 12 </html>