enabledValues: function() {
    return this.$el.find('input:not([disabled])').map(function() {
      return $(this).attr('value');
    }).get();
  }