box styles

This commit is contained in:
JurajKubrican
2025-03-04 22:41:41 +01:00
parent cac9548058
commit 03df177e2b
4 changed files with 22 additions and 8 deletions

View File

@@ -10,8 +10,7 @@
<input type="checkbox" id="game-of-life" />
</label>
<div class="boxes">
{{range .Boxes}}<label
><input
{{range .Boxes}}<input
type="checkbox"
id="box-{{.Id}}"
name="checked"
@@ -19,8 +18,7 @@
.Value
}}
checked="true"
{{end}} /></label
>{{end}}
{{end}} />{{end}}
</div>
</div>