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.