JuliaPluto/Pluto.jl

CheckBox() not working in session after coding error

Open

#486 opened on Sep 24, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Julia (5,295 stars) (329 forks)batch import
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

Contributor guide