Two-way binding to checkboxes using 2.3 syntax

Since this isn’t in the docs yet, I wanted to post it here for the benefit of others. :slight_smile:

<input type="checkbox"{($checked)}="myprop">

The key is using the {($checked)} instead of {($value)}

Hope this helps. Thanks to @DylanRoss for pointing this out.

1 Like