Shows a message if all inputs that are checked.
.todo:has(input:not(:checked)) .done { display: none; }
All done!