JuliaPluto/PlutoUI.jl

[SUGGESTION/FEATURE] allow for disabling/graying out elements of MultiCheckBox

Open

#103 opened on May 11, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (314 stars) (60 forks)auto 404
good first issue

Description

allow for another keyword argument disabled=::Vector{String} that grays out corresponding fields by marking them disabled in the html tag.

Contributor guide