enabled

Specifies whether the switch will be initially endalbed.
true by default.

<input id="switch" type="checkbox" />

<script type="text/javascript">
    $(function () {
        $("#switch").shieldSwitch({
            enabled: false
       });
    });
</script>