Tags auto selected values

Hello,
I have created a Vue file and used ‘k-tags-field’ for tags. I have stored those tags in database which are submitted. But now I want to display those stored tags auto-selected in the field. How can I do that ? For check-boxes I just passed checked=true in the options but I did not find any thing for Tags. Please let me know any solution.

What is an auto-selected tag?

If I store any tag for any image, then I want to display auto selected in tag box, whenever I visit that image page. I am not using default image page, have created custom Tag field by ‘k-tags-field’ .