Hello!
I am building a form with user text inputs and checkboxes across 3 pages. I am using session storage to keep user selections saved so if user need navigates between pages their answers are still visible.
I am having trouble matching the checkboxes to my session storage data. My consol.log() has told me I have the correct Boolean value so I feel there is a small change but I am not seeing it. Any help would be appreciated!