Sync checkboxes without JS

Super simple;

I have two checkboxes on the page, I can use whatever attributes I like so long as there is no JavaScript being run.

The result I want is that when one of them is clicked on, both of them become checked.
Then, when either is clicked again, both become unchecked.

I swear I did this before, I'm not dreaming it up am I?
Was this page helpful?