Skip to content

Commit

Permalink
Get around reagent 0.6.0 checkbox bug as reported here: reagent-proje…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg8 committed Jan 4, 2017
1 parent 0fa6f05 commit ac2fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/misc.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
{:cursor cursor}
style)
:disabled disabled?
:checked model
:checked (boolean model)
:on-change (handler-fn (callback-fn))}
attr)]
(when label
Expand Down

0 comments on commit ac2fa85

Please sign in to comment.