Skip to main content

Radio Button

Properties | Events | Methods

Allows a user to select only one option from a group of mutually exclusive options, typically displayed with a small circle that turns filled when selected

Properties

Custom

Label Position 'labelposition' String

To set the position (Top, Bottom, Left, Right) of the label

Input Type 'inputtype' string

To set the Input Type as (Option, Button)

Template 'btntemplate' json

Used for get value from the Template

Template Type

Template TypeDescription
Standard - with valueBackend value stored in value
Standard - index as valueBackend value stored in index
Standard - text as valueBackend value stored in display
CustomUser can customize the template value (custom works for "button")
Data SourceValues load from data source under data property

Template List 'templatelist' string

ItemDescription
Template ListShows some default list of possible radio-type options like Approval status, Yes/No, Ok/Not Ok, etc.

Custom Template

OptionDescription
Custom InputBy choosing Custom from Template Type, the user can input JSON for radio options manually

Events

Applicable event is OnChange


Methods

For more information on Methods in this section, see the General-Methods.