checkbox pending

This commit is contained in:
Hanan Askarim
2024-06-11 10:41:34 +07:00
parent ecbba051dc
commit 73e3ecd305
10 changed files with 106 additions and 71 deletions

View File

@@ -8,11 +8,13 @@ type CustomCheckboxv1Prm struct {
HxIndicator string `default:"hxIndicator"`
HxInclude string `default:"hxInclude"`
HxTrigger string `default:"hxTrigger"`
HxSwap string `default:"hxSwap"`
Label string `default:"Label"`
Name string `default:"name"`
Text string `default:"text"`
// Type string `default:"text"`
Value string `default:""`
Status string `default:""`
ErrorMsg string `default:""`
ID string
}