Since this isn’t in the docs yet, I wanted to post it here for the benefit of others.
<input type="checkbox"{($checked)}="myprop">
The key is using the {($checked)}
instead of {($value)}
Hope this helps. Thanks to @DylanRoss for pointing this out.