Hi,
I have two radio buttons on my Mongoose form.

How do I get value from these radio buttons?
I tried c# script below
string _shipment = ThisForm.Components["radioButton_Shipment"].Value.ToString();
string _delivery = ThisForm.Components["radioButton_Delivery"].Value.ToString();
But I get empty strings regardless on button checked.
Thanks
Kirill