Radio Buttons

Object designer

Let you add a graphical radio-button group in your form

frb_main

Object parameters

Double-click on the object to edit it. Object parameters dialog will pop-up.

frb_info

Allow Empty
Gives you the ability to select none of the buttons.

Allow Multi
Gives you the choice to select multiple values at the same time.

Show Only Selected
Gives you the choice to shows only the buttons selected.

Key
The key field lets you define a unique name to your field. Key value will be read and updated in the context

{
    "radio_buttons": [
        "btnA",
        "btnB"
    ]
}

Radio Buttons

Name & Value
Define the name and a value for each possible option.

Title
This is the name of the button object in your From.

Icon
Allows you to add an icon on your button object.

Image
Allows you to add an image on your button object.

Front On
Choose the color of your text when it's selected.

Back On
Choose the color of the button object when it's selected.