Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Add styling for indeterminate checkbox state #62

Closed
wants to merge 1 commit into from

Conversation

rvanbaalen
Copy link

Checkboxes can have an indeterminate state as described here:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox

Default browser behavior is rendering a minus symbol in the checkbox. This PR implements an SVG minus symbol icon for checkboxes with the indeterminate attribute.

@adamwathan
Copy link
Member

From a similar PR:

Hey! This has been added and will be in the next release:

#86

Opted to implement it a bit differently and required a small breaking API change. Should have pulled this branch down and built my changes on top of it, sorry about that 😕 Thanks though really appreciate the contribution.

@adamwathan adamwathan closed this Nov 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants