Skip to content

Commit

Permalink
fix: Configure change handler for checkbox input (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Oct 25, 2023
1 parent b58c634 commit 3b580a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesa/experimental/jupyter_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def change_handler(value, name=name):
elif input_type == "Checkbox":
solara.Checkbox(
label=label,
on_value=change_handler,
value=options.get("value"),
)
else:
Expand Down

0 comments on commit 3b580a3

Please sign in to comment.