If I have a list of checkboxes on Component 1 and I check the first checkbox. How do I retain the checked items when I navigate to other components?
Example:
1.) Navigate to Component 1 and check a checkbox for Item 1.
2.) Then I click a button which routes me to Component 2.
3.) Now I click another a button which routes me back to Component 1.```
Result: I want Item 1 to be checked.
How would I achieve that?
Plunkerbut it will be very time consuming for me.