Wednesday, August 7, 2013

Joomla Isis Admin Template - Create Boostrap Checkbox Button

Joomla Isis Admin Template - Create Boostrap Checkbox Button

Can anyone tell me how to create a Bootstrap style checkbox button with
JForm?
I've currently got it set up like this but it passes no data if toggled:
<div class="btn-group" data-toggle="buttons-checkbox"
data-toggle-name="jform[toggleme]">
<button type="button" class="btn btn-primary">ToggleMe</button>
</div>
I just want a single button checkbox that passes the value 0 to JForm if
not toggled and a value 1 when toggled.
Anyone know how to do this?
Many thanks!

No comments:

Post a Comment