HTML does not require the "checked" attribute have a value
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 24 Sep 2024 22:43:26 +0000 (17:43 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 24 Sep 2024 22:43:26 +0000 (17:43 -0500)
src/pgwui_core/constants.py

index 220f4e17c324b4754e9287e78a4e60233265918d..539b37e39a1dd7c0632f13a2653f0016fbcc50a8 100644 (file)
@@ -37,5 +37,5 @@ TAB = 'tab'
 # (That these exist is a sign that we're not really utilizing our toolset.)
 CSV_VALUE = CSV
 TAB_VALUE = TAB
-CHECKED = 'checked="checked"'
+CHECKED = 'checked'
 UNCHECKED = ''