This sample demonstrates binding with persistent data in sciter's Storage.
Todo.items is a reference to storage.root.items thus will survive opening/closing of the application.
×
Change data and close and reopen the application. You should see the data persisted in the state you left them.