Implement token input in yii2

I want to implement token input in Yii2 (http://loopj.com/jquery-tokeninput/)

But I only found this (Yii 1.1 exmaple) http://www.yiiframework.com/extension/tokeninput/

I’m not sure if this is already implemented as handy widget in Yii 2. Probably you need to implement it by yourself.

Have you considered using Kartik’s Select2 instead?

Thanks for your response. You’re right select2 will be a good choice in my case.