{
mixins: [React.addons.LinkedStateMixin],
getInitialState: function () {
return {
items: [
'One',
'Two',
'Three'
]
};
}