@namespace Connected.Components @inherits UIComponent
@if (!String.IsNullOrEmpty(Avatar)) { } else if (!String.IsNullOrEmpty(Icon) && !IsChecked) { } else if (IsChecked) { } @if (ChildContent == null) { @Text } else { @ChildContent } @if (OnClose.HasDelegate || ChipSet?.AllClosable==true) { }