checkout No default value
dialog I add checkout ,I expect to have initial values when the component is not edited
<boutiqueCheckout
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
uncheckedValue="true"
name="./boutiqueCheckout"
text="Open in new window"
value="{Boolean}false"/>
html 中我打印
<div>232323========${properties.boutiqueCheckout}</div>
Output results on the final page
<div>232323========</div>
How should I renovate it,