Toggle is a two-state button that can be pressed on or off. It can be controlled
(@bind-Pressed) or uncontrolled (DefaultPressed), and reflects its state via
aria-pressed.
Implements the role and keyboard behavior of the button WAI-ARIA APG pattern: the
rendered button carries aria-pressed reflecting the on/off state. Covered by
the Playwright browser test suite and gated by axe-core in CI.