4 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
5 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
7 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
8 Code distributed by Google as part of the polymer project is also
9 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
14 <meta charset=
"UTF-8">
15 <title>Core Label
</title>
16 <script src=
"../webcomponentsjs/webcomponents.js"></script>
17 <link rel=
"import" href=
"core-label.html">
18 <link rel=
"import" href=
"../paper-checkbox/paper-checkbox.html">
19 <link rel=
"import" href=
"../paper-slider/paper-slider.html">
20 <link rel=
"import" href=
"../paper-button/paper-button.html">
24 <label>regular label
<input type=
"checkbox"></label>
28 <label>regular label
2<input></label>
44 <button id=
"native">hello
</button>
57 label next to checkbox
58 <input for
type=
"checkbox">
64 <core-label for=
"#quux">
67 <input id=
"quux" type=
"checkbox">
71 <core-label for=
"#foo">
72 <img src=
"http://placehold.it/200x200" alt=
"200x200 placeholder image">
73 image (with alt attribute) label
76 <input id=
"foo" type=
"checkbox">
80 <core-label for=
".bar">
81 label for a class .bar
83 <input class=
"bar" type=
"checkbox">
96 <paper-checkbox for
></paper-checkbox>
103 <paper-slider min=
"0" max=
"100" value=
"50" for
></paper-slider>
110 <input type=
"range" for
>
117 <input type=
"text" for
>
125 <button for
>hi
</button>
134 <paper-button for
>labelled by parent
</paper-button>
139 <core-label for=
".two">
143 <button class=
"one">sup
</button>
144 <button class=
"two">whazzup
</button>