From 153465199e26dd3aeceecfd17e23d2215d33327a Mon Sep 17 00:00:00 2001 From: Imtiaz Uddin Date: Wed, 4 Sep 2024 12:04:52 +0600 Subject: [PATCH] Add isHorizontal field 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 249f901..a54a136 100644 --- a/types.go +++ b/types.go @@ -518,6 +518,7 @@ type RadioElement struct { Disabled *StringBool `json:"disabled,omitempty"` Fetch string `json:"fetch,omitempty"` Required bool `json:"required,omitempty"` + IsHorizontal bool `json:"isHorizontal,omitempty"` } /*