package form templ TextInput(color, id, fieldType, placeholder string) { if color == "" { } else { } } templ Checkbox(text, id string) { }