Skip to content

Instantly share code, notes, and snippets.

View chasewri's full-sized avatar
💭
Graphic Design is my passion

Chase chasewri

💭
Graphic Design is my passion
View GitHub Profile
@chasewri
chasewri / aemTouchCheckboxDialog.xml
Created February 10, 2021 17:21 — forked from nateyolles/aemTouchCheckboxDialog.xml
AEM Touch UI component dialog checkboxes
<!-- Checked checkbox will result in a String property of "true" -->
<myCheckbox
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/checkbox"
text="My Checkbox"
name="./myCheckbox"
value="true"/>
<!-- Checked checkbox will result in a Boolean property of true-->
<myBooleanCheckbox