summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-checkbox.tmpl
blob: 23713dc9232b045790fa477999eb0998b548a7fb (plain)
1
2
3
4
5
View: editor.Checkbox("{{ .Name }}", {{ .Initial }}, map[string]string{
    "label": "{{ .Name }}",
}, map[string]string{
    // "value": "Display Name",    
}),