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