ICheckable Interface Namespace: ActiproSoftware.UI.Avalonia.Controls.Bars.Mvvm Assembly: ActiproSoftware.Avalonia.Bars.Mvvm.dll Provides the base requirements for a control that is checkable. public interface ICheckable Properties IsChecked Indicates whether the control is checked. bool IsChecked { get; set; } Property Value bool Extension Methods ObjectExtensions.TryConvertToDouble(object, out double) ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)