Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.79.2.66 -r1.79.2.67 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 10 Jul 2023 09:17:39 -0000 1.79.2.66 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 9 Jan 2024 16:19:03 -0000 1.79.2.67 @@ -1993,8 +1993,9 @@ continue } - # Do not consider unchecked radio buttons as values - if {[$n getAttribute type ""] eq "radio" && + # Do not consider unchecked radio buttons or checkboxes as + # values + if {[$n getAttribute type ""] in {"radio" "checkbox"} && ![$n hasAttribute checked]} { continue }