If your checklist is shown (or hidden) based on which URL the user is on, and your app is a Single Web Application (most of the SaaS websites are), you need to call window.Alvis("page") whenever the URL or route changes.
window.Alvis("page")
window.Alvis("page");
Last updated 2 years ago