| Index: ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html
|
| diff --git a/ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9e4bf2de8389c294540e8b8e0d72a4df93075f51
|
| --- /dev/null
|
| +++ b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html
|
| @@ -0,0 +1,13 @@
|
| +<html>
|
| +<head>
|
| + <link href="cr_checkbox.html" rel="import">
|
| +</head>
|
| +<body unresolved>
|
| + <h2>Unchecked:</h2>
|
| + <cr-checkbox>Unchecked Box</cr-checkbox>
|
| + <h2>Checked:</h2>
|
| + <cr-checkbox checked>Checked Box</cr-checkbox>
|
| + <h2>Disabled:</h2>
|
| + <cr-checkbox disabled>Disabled Box</cr-checkbox>
|
| +</body>
|
| +</html>
|
|
|