JuliaPluto/Pluto.jl
View on GitHubCheckBox() not working in session after coding error
Open
#486 opened on Sep 24, 2020
bugexpression explorergood first issue
Description
Hi!
I was using CheckBox() from PlutoUI but I accidentally wrote $(@bind cost1 CheckBox(), default=true) instead of $(@bind cost1 CheckBox(default=true)) and apparently you can't use CheckBoxes anymore in that session (even if removing that line of code in the cell) so I had to restart the session. The error is
┌ Warning: unknow use of `=`. Assignee is unrecognised.
│ ex = :(CheckBox())
└ @ Pluto.ExpressionExplorer ~/.julia/packages/Pluto/upwxH/src/analysis/ExpressionExplorer.jl:160