Implementing a Radio Button

Hello,

I’m trying to implement my own radio button with more than two choices, but I couldn’t find how to allow the user to choose no more than one choice.

Any suggestions?

Hi,

You’ll have to enforce this through javascript somehow.

Or, just wait a few releases. Official support for radio buttons (and most other common controls) are coming.

Anders Lassen wrote:

Hi,

You’ll have to enforce this through javascript somehow.

Or, just wait a few releases. Official support for radio buttons (and most other common controls) are coming.

Surely, I’ll be waiting for the new releases.

I solved my issue and here you’ll find my code.