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