Dark Patterns Library
Discover how the Preselection dark pattern uses default bias to steer consumer choices, why it violates EU Consumer Rights Directives, and how AI detects these pre-checked traps.
Open in FeedDark Pattern Profile
Preselection pattern in group: Interface interference.
Default selection of an option on behalf of the consumer, requiring them to take additional action to deselect it and choose an alternative. Often co-occurs with social proof patterns (e.g., marked as "most frequently chosen").
Default bias and inertia. Users tend to accept default settings to avoid additional cognitive and physical effort.
<input type="radio" name="delivery" checked="checked"> Service - delivery with carry-in
<input type="radio" checked> Blue Block
<div is-selected>...</div>
const donation_slider_default_value = $form.is('.js-zero-donation') ? 0 : 15;
Verification of material information. Enforcing compliance with Consumer Rights
Directive regulations that prohibit default consent for additional payments.
Articles assigned to this dark pattern category.
Dark Patterns Library
Discover how the Preselection dark pattern uses default bias to steer consumer choices, why it violates EU Consumer Rights Directives, and how AI detects these pre-checked traps.
Open in Feed