Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html><head>
<meta charset="utf-8">
<style type="text/css">
input {
width: 11px;
height: 11px;
}
</style>
</head>
<body>
<input type="checkbox">
<input type="radio">
</body>
</html>