This commit is contained in:
2026-03-28 11:33:56 +01:00
parent 412e235512
commit aa8e21862d
132 changed files with 24381 additions and 10882 deletions

View File

@@ -15,7 +15,7 @@
$out .= 'id="' . $this -> params['id'] . '" ';
else
$out .= 'id="' . $this -> params['name'] . '" ';
$out .= 'name="' . $this -> params['name'] . '" type="checkbox"';
$out .= 'name="' . $this -> params['name'] . '" type="checkbox" value="on"';
if ( $this -> params['checked'] )
$out .= 'checked="checked" ';
@@ -24,4 +24,4 @@
$out .= '</div>';
$out .= '</div>';
echo $out;
echo $out;