resetButton Boolean (default: true)

Toggles the reset button.

Example

<input id="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
        resetButton: false
    });
</script>
In this article