good first issue
倉庫指標
- Star
- (314 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.