How to pass [Title] from [CheckboxListTile] to [String list]?

Actions & Logic
Resolved

My goal is to add titles of toggleOn checkboxes to the list of strings on local Page State.

1. I built a [CheckboxListTile] list and built a [Local Page State] (string list).


2. I add an action for [on Toggled On] -> [Update Page State] point to [Local Page State] (string list). Unfortunately, there are no titles only boolean values, of the selected fields in the [Widget] list.


3. Unfortunietly in result i recieve only this kind of list without right names, how to get the names of toggled On item?



What have you tried so far?

Read documentation and other posts on community

Did you check FlutterFlow's Documentation for this topic?
No
1
5 replies