Skip to content

Commit

Permalink
Add required in radio-element (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 authored May 28, 2024
1 parent 245c0bb commit 7ce4fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

/*
Expand Down

0 comments on commit 7ce4fd9

Please sign in to comment.