{
type: "radio",
key: "name",
templateOptions: {
label: "Name",
theme: "custom",
labelProp: "firstName",
valueProp: "id",
options: [
{firstName: "Sarah", id: 1},
{firstName: "Jessica", id: 2},
{firstName: "Parker", id: 3}
]
}
}
Array with available options
Name of property with option's label
Name of property with option's value