Easy Tutorial
❮ Pr Dim Min Height Css Backdrop Filte ❯

CSS3 :checked Selector

Complete CSS Selectors Reference

Example

Set the background color for all checked input elements:

input:checked {
    height: 50px;
    width: 50px;
}

Definition and Usage

The :checked selector matches every checked input element (only works for radio buttons or checkboxes).


Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Selector
:checked 4.0 9.0 3.5 3.2 9.6

Complete CSS Selectors Reference

❮ Pr Dim Min Height Css Backdrop Filte ❯