We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For lists with a "Select All" checkbox, or for displays like this compatibility matrix, an in-between (commonly called indeterminate) state is necessary. Microsoft gives a great example of how this should happen:
indeterminate
I propose the following addition:
<paper-checkbox indeterminate> label</paper-checkbox>
Where this will always give the checkbox an indeterminate state. This might override the checked state, so the following:
<paper-checkbox indeterminate> label</paper-checkbox> <paper-checkbox checked indeterminate> label</paper-checkbox> <paper-checkbox indeterminate checked> label</paper-checkbox>
would all render exactly the same way.
The text was updated successfully, but these errors were encountered:
@BenLeggiero you should file this against the paper-checkbox repo.
https://github.com/PolymerElements/paper-checkbox/issues
Sorry, something went wrong.
@andreleblanc-wf alright, resubmitted as paper-checkbox issue 33
tjsavage
No branches or pull requests
For lists with a "Select All" checkbox, or for displays like this compatibility matrix, an in-between (commonly called
indeterminate
) state is necessary. Microsoft gives a great example of how this should happen:I propose the following addition:
Where this will always give the checkbox an indeterminate state. This might override the checked state, so the following:
would all render exactly the same way.
The text was updated successfully, but these errors were encountered: