Hello,
I use uniform but I have a problem with the output in mailbox with a checkbox.
The label and the result are the same in the output.
Like that:
Disclaimer: Disclaimer
How to resolve it?
<input id="checkbox" type="checkbox" name="disclaimer" value="Disclaimer" checked />
<label for="checkbox">Yes, I'm agree</label>