Fork me on GitHub
#reagent
<
2015-09-27
>
nooga18:09:02

So I have this table, corresponding to a vector of maps, and there’s a bool field that’s displayed as a checkbox in one column

nooga18:09:00

what’s the best way to bind that checkbox to the bool value? I tried to get checked value and set it within on-change handler but the checkbox gets re-rendered when I’m clicking and it looks dumb