Whats the easiest way to get Bootstrap radio button structure using Form Helper. Desired structure is this:
<div class="radio">
<label><input type="radio" name="optradio">Option 1</label>
</div>
I tried changing form templates(values like 'radio' and 'radioWrapper'), but with no success.