Skip to content

Radio Button Group

The radio button group is a component that makes a single selection from multiple radio button choices.The radio buttons that serve as choices are made by setting options.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringRadio Group
Widthstring222
Heightstring115
Xstring
Ystring
Colorstring
color picker
Background Colorstring
color picker
Label Colorstring
color picker
Input Colorstring
color picker
Disabledboolean• on
• off
off
Read Onlyboolean• on
• off
off
Requiredboolean• on
• off
off
Visibilityboolean• on
• off
on
Scrollbarboolean• on
• off
off
Helper Textstring
Directionselect• vertical
• horizontal
vertical
Optionstable details 1[{“label”:“Option1”,“value”:“option1”},{“label”:“Option2”,“value”:“option2”}]
Valuestringoption1
Error-
Change Eventselect
  • NONE
  • ACTION
  • NONE

    Action

    ItemPropertiesData TypeOptionsDefault value
    IDidstringautomatic
    LabellabelstringRadio Group
    Widthwidthstring222
    Heightheightstring115
    Xxstring
    Yystring
    Colorcolorstring
    Background ColorbackgroundColorstring
    Label ColorlabelColorstring
    Input ColorinputColorstring
    Disableddisabledboolean• true
    • false
    false
    Read OnlyreadOnlyboolean• true
    • false
    false
    Requiredrequiredboolean• true
    • false
    false
    Visibilityvisibilityboolean• true
    • false
    true
    ScrollbarscrollBarboolean• true
    • false
    false
    Helper TexthelperTextstring
    Optionsoptionsarray of object[{“label”:“Option1”,“value”:“option1”},{“label”:“Option2”,“value”:“option2”}]
    Valuevaluestringoption1
    Errorerrorboolean

    Tips

    [Details 1] Options

    The default status is registered as follows. Click the "Add" button to register a pair of "Label" and "Value". To delete, select the check box and click the "Delete" button.

    SelectLabelValue
    CheckboxOption1option1
    CheckboxOption2option2

    Event

    Event nameDescription
    onchangeOccurs when a value change is made.