Update StackMonkey.ps1

This commit is contained in:
2025-05-29 11:08:04 -04:00
parent 321bc5d833
commit eaf30ead38

View File

@@ -551,7 +551,7 @@ function Build-Checkboxes {
$html = "<label$tooltip><input type='checkbox' id='$taskId' name='$($_.Name)' data-column='$Column'> $($_.Label)</label>" $html = "<label$tooltip><input type='checkbox' id='$taskId' name='$($_.Name)' data-column='$Column'> $($_.Label)</label>"
if ($_.SubOptions) { if ($_.SubOptions) {
# join inside the codeblock is fine # join inside the code block is fine
$subHtml = $_.SubOptions | $subHtml = $_.SubOptions |
ForEach-Object { ForEach-Object {
"<label style='margin-left:20px; display:block;'> "<label style='margin-left:20px; display:block;'>