JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

Update Docstring for checkboxes #159

Closed TheCedarPrince closed 3 years ago

TheCedarPrince commented 3 years ago

A small docs PR based off the issue at JuliaGizmos/Interact.jl#386

I added a small example for how to present checkboxes already checked off and fixed the default value of the value kwarg of checkboxes. Small typo fix as well.

Ping @piever

piever commented 3 years ago

Great, thank you!