Radio group with boolean options does not change its value

Hello @volkdimitr, I need your help.

I am pretty new to Business forms, but I’m trying to create a very simple form with a single element, and that element is a radio group with boolean options. The problem is when I click on it, (the true part) it triggers the form event but it does not change its value. Even the console.log shows me the value is still false, which is the default. Am I overlooking something?

Many thanks

Ondrej

Drop an issue here, they respond very quickly…

If this is the final aim, may be Business variable would fit better.

Thanks a million, guys! I’ll give a shot to the variables plugin, and if that is a ‘no go’ for me, I’ll drop the issue on GitHub. Thanks a lot, guys.

Ondrej

Try the Radio Group with custom options. When I use it with boolean options, false is allways undefined.


image


image