@preet wrote:
What I intend to do:
I have bunch of radio buttons that callback dcc.Graph component based on radio button value, while a html.Button when clicked outputs dcc.Checklist component which is based on radio button’s value. Now when user chooses some other radio button, I want to hide the dcc.Checklist component because the value of radio button is changed.What is actually happening:
Checklist won’t hide when another radio button is clicked and keeps displaying previous radio button value’s corresponding values.What I tried:
Tried having 2 functions that callback dcc.Checklist component with style property but I get this error --> Multi output …cities-radio.options…cities-radio.style… contains anOutput
object that was already assigned
Posts: 2
Participants: 2