:indeterminate CSS pseudo-class
96.3
The `:indeterminate` pseudo-class matches indeterminate checkboxes, indeterminate `<progress>` bars, and radio buttons with no checked button in their radio button group.
Further reading:
- Can I use page for: :indeterminate CSS pseudo-class
- HTML specification for `:indeterminate`
- MDN Web Docs - CSS :indeterminate
- EdgeHTML issue 7124038 - `:indeterminate` pseudo-class doesn't match radio buttons
- Mozilla Bug 885359 - Radio groups without a selected radio button should have `:indeterminate` applying
- WebKit Bug 156270 - `:indeterminate` pseudo-class should match radios whose group has no checked radio
- JS Bin testcase