How to disable another checkbox field checkbox if i check one checkbox in checkbox field
Sample Code: Visualforce page: <apex:page controller="sample"><script type="text/javascript"></script> <apex:form > <apex:pageMessages /> <apex:pageBlock > <apex:pageBlockSection columns="2"> <apex:pageblockSectionItem > <apex:outputLabel value="Metro"/> </apex:pageblockSectionItem> <apex:pageblockSectionItem > <apex:inputCheckbox value="{!metro}"> ....