Skip to main content

RadioButton Attribute

Docusaurus logo

How to use in JSON metadata in form builder:

{
"id": "radiobutton",
"label": "Radio Button",
"input_type": "RADIOBUTTON",
"is_standard": true,
"initial_value": "male",
"display_order": 10,
"radio_options": [],
"validation_rules": {}
}

Properties of date attribute:

#AttributeDefaultDescription
1idradiobuttonBase attribute which specifies "text" input field.
2labelRadio ButtonUsed to specify the label of the field
3input_typeRADIOBUTTONBase attribute which specifies input types no need to change
4is_standardtrueNo need to change (by default: TRUE)
5editabletrueAllows user to edit the input
6display_order1Allows user to define the order of the fields
7initial_valuemaleValue of the currently selected radio button