Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / CheckedText Property

In This Topic
    CheckedText Property
    In This Topic
    Gets or sets the text show when the button is checked.
    Syntax
    'Declaration
     
    
    Public Property CheckedText As String
    public string CheckedText {get; set;}
    See Also