Checked

Syntax

Class
Properties
{...}checked:{...}
{...}:checked{...}

Specification test cases

The test cases below are imported from the Turbo CSS specification. They have been executed upon loading this page.
Set opacity to 100% when checked.
t1 checked:opacity-100
.t1.checked\:opacity-100:checked { opacity: 1; }