slicing form dokter

This commit is contained in:
sindhu
2024-05-28 14:53:55 +07:00
parent 219600fc7f
commit 4ae90c5773
9 changed files with 651 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
package models
type CustomRadioButtonv1Prm struct {
HxTarget string `default:"hxTarget"`
HxGet string `default:"hxGet"`
HxIndicator string `default:"hxIndicator"`
HxInclude string `default:"hxInclude"`
HxTrigger string `default:"hxTrigger"`
Label string `default:"Label"`
Name string `default:"name"`
Text string `default:"text"`
// Type string `default:"text"`
Value string `default:""`
ErrorMsg string `default:""`
ID string
}