We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b4a4 commit 947025fCopy full SHA for 947025f
src/optioninput.jl
@@ -313,9 +313,10 @@ for wdg in [:togglebuttons, :tabs]
313
end
314
315
"""
316
-`togglebuttons(options::AbstractDict; value::Union{T, Observable})`
+`togglebuttons(options::AbstractDict; value::Union{T, Observable}, multiple=false)`
317
318
-Creates a set of toggle buttons whose labels are the keys of options.
+Creates a set of toggle buttons whose labels are the keys of options. Set `multiple=true`
319
+to allow multiple (or zero) active buttons at the same time.
320
321
`togglebuttons(values::AbstractArray; kwargs...)`
322
0 commit comments