a simple html page demonstrating a custom checkbox component that stays synced with a native html checkbox.
features:
- custom styled checkbox with svg checkmark
- syncs state with native checkbox
- keyboard accessible (space key)
- click and focus events handled properly
open checkbox.html in your browser to see it in action.