$('.pck-opts').picker({
title: 'With custom options',
selectableItems: ['github', 'heart', 'html5', 'css3'],
selectedCustomClass: 'label label-success',
mustAccept:true,
placement:'bottomRight',
showFooter:true,
//... (see the source code of this page)
});