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
sfdc@isha.ax1814sfdc@isha.ax1814 

Based on List customsetting checkbox =true display the pageblock section

Hi ,

below is my vfcomponnet which is displaying in the vfpage.
<apex:page stadanrdcontroller="Account">
<apex:form>
<div> <apex:outputPanel layout="block" styleClass="chart-panel slds-scrollable" id="feedbackpane9"> <c:TrendingFeedbackIcon reportCompUniqName="AccountRelatedActivities" recId="{!Account.Id}" reRenderFeedbackCompId="feedbackpane9" reportPageName="AccountRelatedActivities"/> </apex:outputPanel> </div>
</apex:form>
</apex:page>

i have created List custom settings with active checkbox. Active__c is true the  vf componnet should be displayed orelse it should hide.


Please some one help me on this.