CheckBox() not working in session after coding error #486
Labels
bug
Something isn't working
expression explorer
Figuring out assignments and references in a cell
good first issue
Good for newcomers
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 isThe text was updated successfully, but these errors were encountered: