-
How to bind radio button with checkbox custom field from visualforce page in Salesforce?
How to bind radio button with checkbox custom field from visualforce page in Salesforce?
VF
<input type="radio" name="RadioBtn" value="{!SelectA}"/>Controller
Select_A__c=SelectA;
SelectA is a boolean property.
Log In to reply.
Popular Salesforce Blogs
Understanding Decorators and Lifecycle Hooks in Lightning Web Components (LWC)
Lightning Web Components (LWC) have revolutionized the way we build user interfaces in Salesforce. They offer a powerful way to create interactive and responsive web…
Salesforce: How AI, CRM, and Einstein 1 Are Transforming Businesses in the USA
Businesses are rushing to improve their customer interactions, optimise processes, and achieve growth in today's fast-paced digital environment. Salesforce, the world's Top AI-powered CRM platform…
Lookup Relationship in Salesforce - Here's All You Need to Know
Introduction Lookup Relationship is an object type relationship in Salesforce. It is one to one or one to many relationships between two objects. Some Features…
Popular Salesforce Videos
Salesforce DMP – Capture, Unify and Activate Your Data
Learn how the Salesforce DMP allows marketers to capture, unify and activate their data enabling them to deliver more relevant and personalized experiences to their…
Validation Rules in Salesforce | Video Tutorial Guide
In this video, Srinu Namani briefs about Validation Rules in Salesforce. Validation rules are an important part of keeping your data clean and organized, and…
3 Must-Have Validation Rules in Salesforce to Save Time and Avoid Costly Mistakes
Validation rules in Salesforce act like quality checks for your data. They help make sure that the data in your Salesforce org is accurate and…