
Announcements
Hi,
I have below setting in my radio button's Item:
Table({Key: "Apple", Value:1},{Key: "Banana", Value:2})
And my code will store the radio button's value (1 or 2) to the DB.
Then, when I get it back from DB, I put the value in the Radio Button's Default but did the radio button did not select.
For example, if user select Apple, it will store 1 into DB then when it getting from DB, the Radion button should select Apple.
Any help would be appreciated.
Hi @usaman45 ,
Please set the radio's items property to:
["Apple","Bunana"]
and set the radio's default property
"Apple"
or
"Banana"
Best Regards,
Bof