mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-23 21:29:53 +00:00
This allows the ability to set a checkbox as checked programmatically. It's different from `setAttribute` because once an input has been clicked on by the user, `setAttribute` no longer works programmatically.