label

The corresponding label of the checkbox:

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

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