Problem Statement
Give a use case where 'peer-checked' would be helpful.
Explanation
You can use 'peer-checked' when you want one element’s state to affect another. For instance, showing or hiding a dropdown when a checkbox or toggle is active.
It simplifies state-based interactivity without writing JavaScript.
