We want to display some set of tags with checkbox fields so Users can select those tags while creating a new topic. And bases on this selected checkbox update value of the Text field with the list of selected tags.
We have created a new Component from the Admin panel where we added UI as per our requirement (see attached image) but unable to bind tags with the model(topic) object.