If you simply want to take the yes/no value to the other page, you can use URL parameters to do so. Needs to be done with the workflow event navigation go to page…there is information from bubble on how to send data to pages

If you are expecting that the user would be selecting either week 1, week 2, week 3, week 4 or week 5, I personally don’t think a yes/no value is sufficient to store the results of a checkbox selection of five different items.

Instead you may want to consider creating a data type in your database to store these values and use it as a temporary data storage, so it is saved upon the user making their selections, and deleted after the data is no longer needed.