Radio Button
{
"type": "Radio",
"properties": {
"labelName": "Exported file format:",
"options": [
{
"option": "pptx",
"text": "PowerPoint"
},
{
"option": "pdf",
"text": "PDF"
},
.......
],
"bindingPropertyName": "fileType"
}
}{
"fileType": "pptx"
}Configurable properties
Last updated
Was this helpful?