App not resetting with page refresh

Let’s go back animated gif at the top of this post. When the user selects 1, and then 2 from the radio buttons, both 1 and 2 remain appended to the Checklist items. This is good behavior. But bad implementation (as you pointed out above, I am accessing the app layout without going through the callback mechanism directly – I still need advice on that one and may create another post).

The question still remains whether there is a way to reset everything to an initial state.

User @raghunath also requested this a few days back: Reset to Initial state without reloading page

As the user clicks around, previously selected values don’t change
I suspect that it’s the 3rd one, but I just want to make sure :slight_smile:

You are correct, I want the previously selected values to persist in the sense that the current view keeps a list of selected items. And then I would like a way for the user to reset everything to a default state. I hope this makes sense.

1 Like