blob: 287a7df1a89e1f07f0d2f1a83ccc2be44d6618f9 [file]
<!DOCTYPE html>
<html lang="en">
<body>
<button aria-pressed="true" aria-label="Pressed toggle">Toggle On</button>
<button aria-pressed="false" aria-label="Unpressed toggle">Toggle Off</button>
<button aria-pressed="true">Toggle On without label</button>
<button aria-pressed="false">Toggle Off without label</button>
</body>
</html>