Skip to content

Instantly share code, notes, and snippets.

@cscuderi
Created March 6, 2018 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cscuderi/472e7e800493a5f3ccbcc8af9bebf751 to your computer and use it in GitHub Desktop.
Save cscuderi/472e7e800493a5f3ccbcc8af9bebf751 to your computer and use it in GitHub Desktop.
<myCheckbox
sling:resourceType="granite/ui/components/foundation/form/checkbox"
jcr:primaryType="nt:unstructured"
text="My label"
fieldDescription="This will appear as helpful text on the info icon."
name="./myCheckbox"
value="{Boolean}true"
uncheckedValue="{Boolean}false"
defaultChecked="{Boolean}true"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment