Skip to content

Instantly share code, notes, and snippets.

@atulgupta31
Created November 22, 2015 09:42
Show Gist options
  • Save atulgupta31/a0c15f471be84830a8bb to your computer and use it in GitHub Desktop.
Save atulgupta31/a0c15f471be84830a8bb to your computer and use it in GitHub Desktop.
<apex:page controller="vfc_outputlabel" sidebar="false" showHeader="false">
<apex:form >
<apex:pageBlock title="Input Checkbox Example">
<apex:outputLabel value="Checkbox" for="theCheckbox"/>
<apex:inputCheckbox value="{!inputValue}" id="theCheckbox"/>
</apex:pageBlock>
</apex:form>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment