step 2 : add data group result with form validation

This commit is contained in:
sindhu
2024-05-25 13:29:52 +07:00
parent 9cc14fd92c
commit d13384ab64
10 changed files with 1178 additions and 135 deletions

View File

@@ -12,7 +12,7 @@ type CustomCheckboxv1Prm struct {
Name string `default:"name"`
Text string `default:"text"`
// Type string `default:"text"`
// Value string `default:""`
Value string `default:""`
ErrorMsg string `default:""`
ID string
}