I'm using T5.0.14 and I'd like to get back null from a RadioGroup if the user didn't click on any radio-buttons, but it seems the RadioGroup doesn't support this?
<t:RadioGroup t:value="selection"> <input t:type="Radio" t:value="true" /> <input t:type="Radio" t:value="false" /> </t:RadioGroup> This return false if no selection was made by the user. regards, Onno Scheffers