Duplicates
Latest version
Summary 馃挕
Currently RadioButtonGroup Element supports string and number. But if I want to use a Yes/No radio button which should store true/false its not working.
Example optionsArray : [{"id":true,"value":"Yes"},{"id":false,"value":"No"}]
If for reducing complexity there is a way that the options have string true/false values and then the value gets stored as boolean that would also be fine
Examples 馃寛
No response
Duplicates
Latest version
Summary 馃挕
Currently RadioButtonGroup Element supports string and number. But if I want to use a Yes/No radio button which should store true/false its not working.
Example optionsArray : [{"id":true,"value":"Yes"},{"id":false,"value":"No"}]
If for reducing complexity there is a way that the options have string true/false values and then the value gets stored as boolean that would also be fine
Examples 馃寛
No response