Salesforce Fact #406 | Single select checkboxgroup in LWC
We have lightning-checkbox-group base lightning component in LWC which shows multiple checkboxes as a group. Suppose, we have a use case where we need to select only one checkbox at a time.
We can get the same by using some logic on onchange handler.
Attached are the screenshots.
Comments
Post a Comment