I need helping coding a habit tracking app

hi so i have a project on mit app inventor, i would like to be able to make a feature that allows users to create a checkbox by inputting text that indicates what the goals, when the goal is created it should appears in a different screen as a checkbox and when checkbox is checked the goal should dissapear, if possible could anyone provide any assitance in coding this"
thank you

Start by learning to use lists.

You don't need multiple screens for this.

Show and hide Vertical arrangements instead.
It's easier.

See tip 1

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

could you maybe point out the parts in the pdf that could help me build the app, sorry im new to this mit app inventor so i am unsure like which parts are neccesary for my app or like how things work.

Try this sample:

thank you so much it helped me a bunch