label

The corresponding label of the radiobutton control.

<input id="radiobutton" type="radio" ></div>

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