
Solution retrospective
Found it very difficult to work on the mark as done and the filter session. Any help will be appreciated thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mmackz
The use of the button element without having any text is causing accessibility issues. Instead of using buttons for the checkbox element, you should consider using an input with the type attribute set to checkbox.
While this is a little hard to style, there are plenty of good tutorials that show how this can be done.
https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
Also, I noticed a few bugs, such as only being able to check the 2nd todo from the top, and the inability to uncheck any of the todos.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord