Plugin Elementor: How to preselect a radio button in shape?

<script type="text/javascript">
window.onload = function check() {
    document.getElementById("form-field-LABEL-#").checked = true;
}
</script>