Salesforce

Salesforce

How to display Radio Group horizontally using Salesforce Lighting Aura component?

Sample Code: Aura Component: <aura:component implements="force:appHostable" > <aura:attribute name="selectedVal1" type="String" default="Not Sure" /> <aura:attribute name="selectedVal2" type="String" default="No" /> <aura:attribute name="options" type="List" default="[{'label': 'Yes', 'value': 'Yes'}, {'label': 'No', 'value': 'No'}, {'label': ....