mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-26 14:58:15 +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.