Hi Guys,
I have a simple radio button with two options (Yes, No), the items come from this formula
Table({key:"",value:"No"},{key:"",value:"Yes"}),
I am just wondering how can I set a default value for the radio button since I have key and value parameters as shown,
I appreciate your help