toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
RadioGroup
/
RadioGroup
Radio
Group
constructor
(
label
:
String
,
options
:
List
<
RadioOption
>
,
selectedValue
:
String
?
=
null
,
required
:
Boolean
=
true
,
disabled
:
Boolean
=
false
,
id
:
String
=
UUID.randomUUID().toString()
)