4 <title>paper-checkbox
</title>
6 <meta name=
"viewport" content=
"width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
7 <meta name=
"mobile-web-app-capable" content=
"yes">
8 <meta name=
"apple-mobile-web-app-capable" content=
"yes">
10 <script src=
"../platform/platform.js"></script>
12 <link rel=
"import" href=
"paper-checkbox.html">
13 <link rel=
"import" href=
"../font-roboto/roboto.html">
15 <style shim-shadowdom
>
18 font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
21 -webkit-user-select: none;
22 -moz-user-select: none;
23 -ms-user-select: none;
25 -webkit-tap-highlight-color: rgba(
0,
0,
0,
0);
26 -webkit-touch-callout: none;
30 padding:
20px
20px
20px
0;
37 paper-checkbox.blue::shadow #ink[checked] {
41 paper-checkbox.blue::shadow #checkbox.checked {
42 border-color: #
4285f4;
50 <div horizontal layout
>
51 <paper-checkbox></paper-checkbox>
53 <h4>Notifications
</h4>
54 <div>Notify me about updates to apps or games that I've downloaded
</div>
60 <div horizontal layout
>
61 <paper-checkbox checked
></paper-checkbox>
64 <div>Auto-update apps over wifi only
</div>
70 <div horizontal layout
>
71 <paper-checkbox></paper-checkbox>
73 <h4>Clear search history
</h4>
74 <div>Remove all the searches you have ever performed
</div>
86 <div center horizontal layout
>
87 <div flex
>Touch sounds
</div>
88 <paper-checkbox class=
"blue" checked
></paper-checkbox>
91 <div center horizontal layout
>
92 <div flex
>Screen lock sound
</div>
93 <paper-checkbox class=
"blue"></paper-checkbox>
96 <div center horizontal layout
>
97 <div flex
>Vibrate on touch
</div>
98 <paper-checkbox class=
"blue"></paper-checkbox>