Need Help with the checkbox

So I am trying to make a app using checkboxes and everything is looking good. But when I go to check the box and then leave the page and come back it’s unchecked again? Idk what variables to move and don’t see any updated videos on this if you could please help. Thank you.

You need to use app variables, not page variables.

If you want to keep the values even after closing the app you need to link to something like firebase. There are loads of good tutorials on this. Complete the full series on Data for a better overview than I can provide.

@Phil_Evans , do you think it would work if you use the feature for recording on the device itself instead of using firebase?

I have a very similar functionality in my new app and I was just thinking about storing it on the device instead of an external bank like firebase.

It would be almost like a kind of application usage LOG, which would allow me, for example, to reward the user in certain situations, such as: continuous use of the application for more than 30 consecutive days, continuous use of a certain application option, or even use of all the features and the like.

I´m really not sure. I put all my thoughts into the dBase storage so know next to nothing about on device. I don´t even know how to bundle a couple of images into my app to reduce startup time - but I need to as Apple don´t like the spinning wheel on my app … #todaysproject

I really want to have everything accessible to me so I can tweak and improve without relying on user feedback.

So, sorry, love to help but just don´t know.

I´m really not sure. I put all my thoughts into the dBase storage so know next to nothing about on device.

I really want to have everything accessible to me via firestore so I can tweak and improve without relying on user feedback.

So, love to help but just don´t know.

1 Like

How exactly would I do that? Yes I’m looking for the person using the app to be able to click on the box and it will stay there when he/she logs on and off.

@Jose_Sanchez I’d suggest looking into the “Set item to storage” and “Get item from storage” flows for this, if you want to store and fetch a simple value on the user’s device.