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

In This Topic
    CheckedContent Property (C1ToggleButton)
    In This Topic
    Gets or sets the content show when the button is checked.
    Syntax
    'Declaration
     
    
    Public Property CheckedContent As RenderFragment
    public RenderFragment CheckedContent {get; set;}
    See Also