blob: d969a759a09c308d8db1ab36fe702f9b26251d2d (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: Compute kind of widget - fallback - checkbox-input</title>
<style>
#container { width: 500px; }
</style>
<div id="container">
<input type="checkbox">
</div>
|