jQuery CheckBox Settings

The CheckBox widget is initialized with the shieldCheckBox constructor, passing it a dictionary of settings as shown below:

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

<script type="text/javascript">
    $(function () {
        $("#checkbox").shieldCheckBox({
            label: "checkbox 1",
            enableThreeStates: true
        });
    });
</script>

Details about all configuration settings can be found below.