simontabor / jquery-toggles

jQuery plugin to make easy toggle buttons
http://simontabor.com/labs/toggles
MIT License
362 stars 67 forks source link

Checkbox is not checked on init when on = true #45

Closed jdixon-86 closed 9 years ago

jdixon-86 commented 9 years ago

Example:

$('#IsMailboxEnabledToggle').toggles({ checkbox: $("#IsMailboxEnabled"), on: true });

The checkbox will not be checked on init. More of a feature than an issue :-)