good first issue
Descrizione
e.g.
using PlutoUI
##
mcb = @bind v MultiCheckBox(["a", "b", "c"])
##
mcb
##
v
Changes to the MultiCheckBox in either cell updates v, but the change is not reflected in the other MultiCheckBox.
e.g.
using PlutoUI
##
mcb = @bind v MultiCheckBox(["a", "b", "c"])
##
mcb
##
v
Changes to the MultiCheckBox in either cell updates v, but the change is not reflected in the other MultiCheckBox.