Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
input-checkbox-label.html
blob: 27fc22e2cee7f093d8bd05330d8b23c5c35d920c [
file
] [
log
] [
blame
]
<!--
@BLINK-ALLOW:inputType=*
-->
<html>
<body>
<label
style
=
"
position
:
relative
;
"
>
<input
type
=
"checkbox"
>
Checkbox Title
</label>
</body>
</html>