This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jhey ʕ·ᴥ· ʔ
jhey.dev
did:plc:mqptcphqrjhr5nziy33f3kco
dynamic toggle with CSS :has() 🎁
.control:not(:has(:first-of-type:checked)) .indicator {
translate: 100% 0;
}
leverage [type=radio]:checked with :has() to set the visuals 🤙
2025-04-26T20:23:59.457Z