Check out my code snippet here: http://jsfiddle.net/raficsaza/mgukxouj/
I'm facing an issue with the checkbox in this code. It seems to be stuck at a false value and I can't get it to change. Is there a way to work with the "input" tag instead of removing it completely?
<div class="toggler">
<input class="toggler-checkbox" data-val="true" data-val-required="The isOK field is required." id="isOK" name="isOK" type="checkbox" value="true" /><input name="isOK" type="hidden" value="false" />
<label class="toggler-label" for="mytoggler">
<span class="toggler-inner"></span>
<span class="toggler-switch"></span>
</label>
</div>