Indeterminate
About
The :indeterminate
pseudo-class matches checkboxes, radio buttons and progress bars in indeterminate state.
Checkbox
Checkboxes are considered indeterminate if they have the indeterminate property set to true (via JavaScript).
- Check the checkbox to remove the indeterminate state
Radio Buttons
Radio buttons are considered indeterminate if no radio button in the group is selected.
- Select a radio button to remove the indeterminate state
Progress Bars
Progress bars are considered indeterminate if the value
attribute is omitted.