Idea Summary
The Content Row region has a Row Selection section in Attributes.
Currently, if the Current Selection Page Item changes, the Content Row region doesn't visibly update to reflect that.
The idea is that on changes to the Current Selection Page Item, the Content Row region visibly updates (similar to how a Checkbox page item shows which values have been selected).

Use Case
This would help complete the Content Row region's features. It already has a Row Selection section that lets developers use the Content Row region with a Form, so this idea would just improve the feature to the level of more common page items.
The Content Row region would be useful for displaying options that have extra data (for example, we could display the name of an option, how much the option costs, the estimated time frame for the option, and other details, all simply selected from a table, instead of having to prepare all the data for a Checkbox page item where we'd have to spend a ton of time formatting everything).
My team's current plan is to create custom plugins to serve this purpose, since we need the formatting of the Content Row, but due to this issue, we can't use the Content Row region.
Preferred Solution (Optional)
The preferred solution would be to have the Content Row's Current Selection Page Item update the Content Row visibly, so that when we load in a page (and set the value of the Content Row's Current Selection Page Item), the correct rows are selected already (similar to how a Checkbox page item would behave).
This could be accomplished by dispatching events to select the rows that correspond to the values stored in Current Selection Page Item, or by updating the CSS classes and element attributes of the rows to indicate which options are selected.