diff --git a/types.go b/types.go index 76609bb..3e47ddd 100644 --- a/types.go +++ b/types.go @@ -781,6 +781,7 @@ type ListInputForm struct { Element InputElement `json:"element"` Label *Label `json:"label"` IndividualItemDisabilityCheck string `json:"individualItemDisabilityCheck,omitempty"` + Required bool `json:"required,omitempty"` } type MultiStepForm struct {