Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1481)

Side by Side Diff: ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html

Issue 1105743003: Add a 0.8 version of cr-checkbox with a demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer08
Patch Set: Remove the demo structure from cr_elements_resources.grdp" Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <link href="cr_checkbox.html" rel="import">
4 </head>
5 <body unresolved>
6 <h2>Unchecked:</h2>
7 <cr-checkbox>Unchecked Box</cr-checkbox>
8 <h2>Checked:</h2>
9 <cr-checkbox checked>Checked Box</cr-checkbox>
10 <h2>Disabled:</h2>
11 <cr-checkbox disabled>Disabled Box</cr-checkbox>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698