I have put together a demonstration using this (demo) to showcase the issue I am facing. Within this demo, there is a page with a list, a button located in the header that checks the attribute of an <ion-checkbox>
, and a checkbox next to the list view. My goal is to display the selected list on my home.html page when the submit button is clicked, but I am unsure of how to achieve this. Any assistance would be greatly appreciated.