I don't think radio buttons will ever be supported out-of-the-box in the embedded forms because their usage can vary a lot between use cases.
If you need to offer a choice (out of several possibilities) to the user, you can use the select element.
If the select element really doesn't fit your needs, you can still use the cam-script directive to add your custom scripts.
I don't think radio buttons will ever be supported out-of-the-box in the embedded forms because their usage can vary a lot between use cases.
If you need to offer a choice (out of several possibilities) to the user, you can use the select element. If the select element really doesn't fit your needs, you can still use the cam-script directive to add your custom scripts.