Radio
Description
Radio button components enable users to select a single option from a list of alternatives.
Configuration
Config for Radio Component (using FormComposerV2)
{
isMandatory: false,
type: "radio",
key: "genders",
label: "Deafult",
disable: false,
populators: {
name: "radio-Deafult",
optionsKey: "name",
error: "Error!",
required: true,
mdmsConfig: {
masterName: "GenderType",
moduleName: "common-masters",
localePrefix: "COMMON_GENDER",
},
},
}
While using the radio component independently and to disable it set the prop as disabled={true}.
For more information: Storybook for radio field