function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amit Kr SinghAmit Kr Singh 

How to create visualforce page to display list of value along with checkbox and once i will select checkbox then child record need to create

How to create visual force page to display list of value along with checkbox and once I will select checkbox then child record need to create 

I am having Two object 
1. Parent__c
2, Child__c

In parent object having many records.Using visual force page I want to display all parent__c object record along with checkbox and also want the search box to find the record. if will select two records then 2 child __c records need to create. if will select 10 records then 10 child__c records need to create. 
For example:-
User-added image
Like this want create visual force page if will select and record then it needs to create chlid__c records.

Please provide me visual force page code and controller code for this requirement.

Thanks,
Amit