Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.223 -r1.284.2.224 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 5 Oct 2022 09:51:32 -0000 1.284.2.223 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 6 Oct 2022 17:27:48 -0000 1.284.2.224 @@ -4677,7 +4677,7 @@ if {$value eq $rep} { lappend atts checked checked } - if {1 || ${:horizontal}} {lappend label_class radio-inline} + if {1 || ${:horizontal}} {lappend label_class [::xowiki::CSS class radio-inline]} ::html::label -for $id -class $label_class { ::html::input $atts {} :render_label_text $label $label_class $description @@ -4728,7 +4728,7 @@ if {$rep in $value} { lappend atts checked checked } - if {1 || ${:horizontal}} {lappend label_class checkbox-inline} + if {1 || ${:horizontal}} {lappend label_class [::xowiki::CSS class checkbox-inline]} ::html::label -for $id -class $label_class { ::html::input $atts {} :render_label_text $label $label_class $description