OLD | NEW |
1 | 1 |
2 <!--- | 2 <!--- |
3 | 3 |
4 This README is automatically generated from the comments in these files: | 4 This README is automatically generated from the comments in these files: |
5 metadata.html paper-checkbox.html | 5 paper-checkbox.html |
6 | 6 |
7 Edit those files, and our readme bot will duplicate them over here! | 7 Edit those files, and our readme bot will duplicate them over here! |
8 Edit this file, and the bot will squash your changes :) | 8 Edit this file, and the bot will squash your changes :) |
9 | 9 |
10 --> | 10 --> |
11 | 11 |
12 [](https://travis-ci.org/PolymerElements/paper-checkbox) | 12 [](https://travis-ci.org/PolymerElements/paper-checkbox) |
13 | 13 |
14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-checkbo
x)_ | 14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-checkbo
x)_ |
15 | 15 |
(...skipping 25 matching lines...) Expand all Loading... |
41 `--paper-checkbox-unchecked-color` | Checkbox border color when the input is not
checked | `--primary-text-color` | 41 `--paper-checkbox-unchecked-color` | Checkbox border color when the input is not
checked | `--primary-text-color` |
42 `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the in
put is not checked | `--primary-text-color` | 42 `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the in
put is not checked | `--primary-text-color` |
43 `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `-
-default-primary-color` | 43 `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `-
-default-primary-color` |
44 `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the inpu
t is checked | `--default-primary-color` | 44 `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the inpu
t is checked | `--default-primary-color` |
45 `--paper-checkbox-checkmark-color` | Checkmark color | `white` | 45 `--paper-checkbox-checkmark-color` | Checkmark color | `white` |
46 `--paper-checkbox-label-color` | Label color | `--primary-text-color` | 46 `--paper-checkbox-label-color` | Label color | `--primary-text-color` |
47 `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox |
`8px` | 47 `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox |
`8px` |
48 `--paper-checkbox-error-color` | Checkbox color when invalid | `--google-red-500
` | 48 `--paper-checkbox-error-color` | Checkbox color when invalid | `--google-red-500
` |
49 | 49 |
50 | 50 |
OLD | NEW |