From c52f6658f77ee82ead7da5a46fdbbe9972e2fe49 Mon Sep 17 00:00:00 2001 From: Imtiaz Uddin Date: Tue, 28 May 2024 12:52:08 +0600 Subject: [PATCH] Add required in radio-element Signed-off-by: Imtiaz Uddin --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index f608f85..249f901 100644 --- a/types.go +++ b/types.go @@ -517,6 +517,7 @@ type RadioElement struct { Individualitemdisabilitycheck string `json:"individualItemDisabilityCheck,omitempty"` Disabled *StringBool `json:"disabled,omitempty"` Fetch string `json:"fetch,omitempty"` + Required bool `json:"required,omitempty"` } /*