How to Get Selected Options from Checkbox Group and Display on Next Page

Actions & Logic

I am using a Checkbox Group in FlutterFlow where shop owners select their open days (Monday-Sunday). I want to:

  1. Capture the selected days.

  2. 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?

What have you tried so far?

Tried to did all the things possible like passing it as parameter and accepting a string list on next page but there is no clear way to display it. Refer Img-where I am trying to bind a text to display list items.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
4 replies