values: function() {
    return this.$el.find('input').map(function() {
      return $(this).attr('value');
    }).get();
  },