From 4248e85def552b68672b8f6f4de12f0e2bf50517 Mon Sep 17 00:00:00 2001
From: Markus Wüstenberg
Date: Thu, 11 May 2023 11:22:01 +0200
Subject: Add "checked" bool attribute

Fixes #127.
---
 html/attributes_test.go | 1 +
 1 file changed, 1 insertion(+)

(limited to 'html/attributes_test.go')

diff --git a/html/attributes_test.go b/html/attributes_test.go
index 5e2c179..bcb6daf 100644
--- a/html/attributes_test.go
+++ b/html/attributes_test.go
@@ -14,6 +14,7 @@ func TestBooleanAttributes(t *testing.T) {
 		"async":       Async,
 		"autofocus":   AutoFocus,
 		"autoplay":    AutoPlay,
+		"checked":     Checked,
 		"controls":    Controls,
 		"defer":       Defer,
 		"disabled":    Disabled,
-- 
cgit 1.4.1