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?