visible Boolean (default: true)

    If set to false the badge will not be displayed.

    Example

    Open In Dojo
    <button>Button <span id="badge"></span></button>
    <script>
        $('#badge').kendoBadge({
            text: 1234,
            visible: false
        });
    </script>
    In this article