Add "checked" bool attribute Fixes #127.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -14,6 +14,7 @@ cases := map[string]func() g.Node{ "async": Async, "autofocus": AutoFocus, "autoplay": AutoPlay, + "checked": Checked, "controls": Controls, "defer": Defer, "disabled": Disabled,