<?php echo $this->formMultiCheckbox($this->form->options->getFullyQualifiedName(), $this->form->options->getValue(),
null, array('1' => $this->form->options->getMultiOption('1'))); ?>
I have something like this, I want to add a css class to it. How could I do that with this helper?
Thanks