inputEx - RadioField Usage

Basic RadioField creation

Use the following code to create a basic inputEx RadioField.

allowAny option

The "allowAny" option adds a radio associated to a StringField to let the user enter any value.

Styling RadioField

Display the choices vertically. (add an id to the field and set "float" style to "none")

Test more options

Values different from choices, required field, etc...

Advanced allowAny option

The "allowAny" option adds a radio associated to a StringField to let the user enter any value.