Checklist value do not get set/reset correctly #1124
-
Initiation code:
Callback:
As you can see in the video:
Armchair.Strategist.-.A.F1.Strategy.Dashboard.-.Google.Chrome.2025-04-26.13-48-51.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
In this example, it may be unclear why I am using a callback to set the value. I have other logic where I want to be able to reset and lock the switch to the off status but I didn't include them as they are not relevant to the buggy behavior |
Beta Was this translation helpful? Give feedback.
-
Try including the "value" when you update the return [{"label": "Show starting position", "value": "show starting position", "disabled": y != "Position"}], current_setting |
Beta Was this translation helpful? Give feedback.
-
The It is possible to use Partial Property Updates , but it may not be worth the complexity. That method is great for when you have a large prop like a figure and just want to update something small - like the title. Typically, the |
Beta Was this translation helpful? Give feedback.
Try including the "value" when you update the
options
in the callback: