LodestarDigital
Accessibility

Do Accessibility Widgets Actually Work? What Overlays Do and Don't Fix

Accessibility overlays promise one line of code and instant compliance. The truth is more useful: a widget can genuinely help some visitors, but it cannot fix your site's code, and marketing it as a compliance shield has already drawn a million-dollar FTC fine.

Lodestar Digital · 7 min read · Updated September 2026
Accessibility

The gist

  • An overlay is a script that adds a toolbar and tries to adjust the page for the visitor who turns it on.
  • It can help with larger text, higher contrast, spacing, and reading the page aloud. That is real value for some people.
  • It cannot rewrite the underlying HTML, so the problems a screen-reader or keyboard user hits are still there for anyone who does not use the widget.
  • The FTC fined accessiBe one million dollars for advertising that its overlay made sites compliant. Treat "instant compliance" as a red flag.

What an accessibility widget is

An accessibility widget, also called an overlay, is a piece of JavaScript you add to your site. It puts a little accessibility button in the corner, and when a visitor opens it, they can change how the page looks and behaves for themselves: bigger text, more contrast, a readable font, and so on.

That is a useful convenience. The trouble starts when the widget is sold as a way to make your whole site compliant with one line of code. It cannot do that, and here is why.

What overlays do well

Give the tool credit for what it genuinely does. For a visitor who finds and opens it, an overlay can make real, on-the-spot improvements.

  • Increase text size and line spacing.
  • Raise contrast or switch to a dark mode.
  • Read the page aloud.
  • Hide distracting motion or images.
  • Enlarge the cursor or highlight links.

None of that is fake. It is a convenience layer, and for some people it helps. That is exactly why we include a free toolbar on every site we build.

What overlays cannot do

The widget sits on top of your page. It does not change the HTML that a screen reader or search engine actually reads. So the structural problems are still there.

  • It cannot add real alt text a screen reader will trust.
  • It cannot fix a broken heading order or unlabeled form fields.
  • It cannot repair a checkout or booking flow that a keyboard cannot get through.
  • It only helps the small share of visitors who notice it and turn it on.
  • It can even fight with the screen reader a blind visitor already uses, making things worse.

In other words, the visitors most likely to file a complaint are often the ones the widget helps least.

Why the FTC got involved

In 2025 the Federal Trade Commission fined the overlay company accessiBe one million dollars for deceptive advertising, specifically for claiming its widget could make any website compliant. We are not lawyers, but the message is hard to miss: "instant compliance" is a marketing claim, not a technical reality.

If you are weighing an accessibility tool, judge it by what it does for visitors, not by a compliance promise it cannot keep.

The honest way to use one

A widget is worth having, as long as you are honest about its job. Use it as a free convenience on top of a site whose code is actually fixed. That is the order that works: fix the page, then add the toolbar as a bonus, not a bandage.

That is how we do it. Every site we build gets the toolbar free, and we fix the code underneath so the page works for everyone, toolbar or not. You can run a free check to see what your site needs, or read is my website ADA compliant for the bigger picture.

Accessibility

Questions we get a lot

Are accessibility widgets a scam?

Not inherently. The tool can help real visitors. The problem is marketing it as instant legal compliance, which is what drew the FTC fine.

Will a widget stop a lawsuit?

No one can promise that, and we are not lawyers. Demand letters generally point at the code a screen reader or keyboard hits, which a widget does not change.

So should I use one at all?

Yes, as a free convenience layer, as long as you also fix the underlying code. We include a toolbar free on every site and fix the code underneath.

Accessibility

Fix the page, then add the toolbar

Run a free, plain-English accessibility check to see what your site actually needs. The toolbar is free; the fix is the part that counts.

Check my website