Uniform and checkbox

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>

The first “Disclaimer” is the name of the input field with an uppercase first letter. The second “Disclaimer” is the value of the input field. Change the name and value to modify the output.