Hi,I am not aware of a way to do this using the dialog object, though
there are a lot of undocumented methods and properties some of which are
shown here, Adobe LiveCycle Designer Cookbooks by BR001: execDialog But
you should be able to get the result you want with a bit of
JavaScript;function dialog() { var radioButtonList = [ { type: "radio",
name: "name1", group_id: "rado", item_id:"nam1" }, { type: "radio",
name: "name2", group_id: "rado", item_id:"nam2" }, { type: "radio",
name: "name3", gr...