Skip to content
New issue

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

indeterminate checkbox state #33

Closed
ogazioglu opened this issue Apr 20, 2015 · 4 comments
Closed

indeterminate checkbox state #33

ogazioglu opened this issue Apr 20, 2015 · 4 comments
Assignees

Comments

@ogazioglu
Copy link

Current styles doesn't support the indeterminate states. I know that css can't handle the indeterminate property, but you can support indeterminate states with additional css classes. For ex. when checkbox is indeterminate I can add the checkbox-indeterminate class to wrapper. Just need style this class.

@enumag
Copy link

enumag commented Dec 30, 2015

Is the class actually needed? The :indeterminate pseudoclass should be enough imho.

@ogazioglu
Copy link
Author

probably, but what about browser support?

@enumag
Copy link

enumag commented Dec 31, 2015

Should be fine unless you care about IE8. https://developer.mozilla.org/en-US/docs/Web/CSS/%3Aindeterminate#Browser_compatibility

EDIT: Awesome Bootstrap Checkbox does not support IE8 so yeah, it's fine.

@DimaSavchenko
Copy link
Contributor

Thanks! Version 0.3.7 is supported the Indeterminate state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants