Skip to content

Instantly share code, notes, and snippets.

@fredrick-dominy
Last active February 1, 2018 05:22
Show Gist options
  • Save fredrick-dominy/d519fcd9641962b642db9fcadc5f68c7 to your computer and use it in GitHub Desktop.
Save fredrick-dominy/d519fcd9641962b642db9fcadc5f68c7 to your computer and use it in GitHub Desktop.
TouchUI Checkbox
<checkbox
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
deleteHint="{Boolean}false"
fieldDescription="Describe how this checkbox should be used."
name="./myCheckbox"
text="Do this thing?"
uncheckedValue="{Boolean}false"
value="{Boolean}true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment