:default CSS pseudo-class
The `:default` pseudo-class matches checkboxes and radio buttons which are checked by default, `<option>`s with the `selected` attribute, and the default submit button (if any) of a form.
:indeterminate CSS pseudo-class
The `:indeterminate` pseudo-class matches indeterminate checkboxes, indeterminate `<progress>` bars, and radio buttons with no checked button in their radio button group.
radionodelist api
radionodelist api: value
css property: appearance: radio
css selector: `:indeterminate`: applies to `<input type="radio">` elements
html element: input: `type="radio"`
10 results found.