In [4]:
from widget_selectize import SelectizeWidget

In [9]:
c = SelectizeWidget(description="Selectize me", theme="bootstrap3", values=["test1", "test2", "hello"])
c

In [8]:
c.value


Out[8]:
u'test1,test2,hello'