can we set html stttibutes in phalcon forms..... example.... i want to set
<div class="icheckbox_flat-green checked" style="position: relative;" aria-checked="true" aria-disabled="false">
<ins class="iCheck-helper" style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%;margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border: 0px none; opacity: 0;">
<
</ins>
</div>
to all the checkboxes in the form itself...... can i do it in this way(bysetting them in the forms ).???? Please help!!!