I am using a Checkbox Group in FlutterFlow where shop owners select their open days (Monday-Sunday). I want to:
Capture the selected days.
Pass them to the next page as parameters.
However, I am unable to get the selected options properly on the next page. How can I achieve this?