checked

Whether the radiobutton is checked initially.

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

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