Hello Adobe Community,
I have a checkbox dialog for one of my components, and I would like to add a custom CSS class to the dialog, but through the XML of the dialog itself.
Is this possible?
Basically I'm aiming for something like this:
```
<questionCheckbox
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
fieldDescription="Check this box for a custom option"
name="./questioncheckbox"
text="Use Old Navigation?"
cssClass="customCheckbox"
value="true"
/>
```
Any guidance would be appreciated.
Thanks,
Alex