Lets take an example to show check boxes for a records list and display selected record in an alert box. To show check boxes for a list view, we will first display dummy data of 5 contacts in our component. Let’s create an apex class to query 5 random contacts for our component: Next we […]