Vlocity Facts #15 | Radio and Radio Group Elements

Radio Element: Radio buttons let a user select one of a limited number of options. Options are displayed in a vertical list. Radio Properties: Name: The Unique Identifier of the element. Field Label: The Name visible on the UI. Required: Specifies whether it is required or not to proceed further. Read Only: Specifies user can modify the value or not. Display Mode: How to display the values in the UI. [Vertical, Horizontal, Image, Button Group] Option Source: whether the list of options come from. Manual: Developer need to mention the values for the element. Sobject: Retrieves picklist values from the Salesforce Object and fields. Custom: Mention the Class name and Method name. Options: To give the value and label options to choose from the UI if option source is Manual. Source: Allows us to choose Class name and method name or Sobject and Field name if option source is Custom or SObject. For Sobject in source you can mention like this: Syntax: Sobject.f...