You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
demo | 7 months ago | |
test | 7 months ago | |
.bower.json | 7 months ago | |
.eslintrc.json | 7 months ago | |
.travis.yml | 7 months ago | |
CONTRIBUTING.md | 7 months ago | |
README.md | 7 months ago | |
bower.json | 7 months ago | |
index.html | 7 months ago | |
paper-checkbox.html | 7 months ago |
README.md
##<paper-checkbox>
paper-checkbox
is a material design checkbox.
User can tap the checkbox to check or uncheck it. Usually you use checkboxes
to allow user to select multiple options from a set. If you have a single
ON/OFF option, avoid using a single checkbox and use paper-toggle-button
instead.
Example:
<paper-checkbox checked>Checked</paper-checkbox>
<paper-checkbox class="styled">
Checkbox
<span class="subtitle">
With a longer label
</span>
</paper-checkbox>
<paper-checkbox disabled>Disabled</paper-checkbox>