Clicking the checkbox above will toggle the element's inert
property via
element.inert = evt.target.checked == true;
You shouldn't be able to click this or set focus to it..
This inner section is marked inert
Toggling the outer inert should not make this link become clickable.