Class Switch NamespaceDynamicweb.CoreUI.Editors.Inputs AssemblyDynamicweb.CoreUI.dll public class Switch : Checkbox Inheritance object UiComponentBase EditorBase EditorBase<bool?> Checkbox Switch Inherited Members Checkbox.Icon Checkbox.Image EditorBase<bool?>.Value EditorBase.Name EditorBase.ID EditorBase.Label EditorBase.Explanation EditorBase.Hint EditorBase.Readonly EditorBase.Required EditorBase.ValidationMessage EditorBase.ReloadOnChange EditorBase.ValueInherited EditorBase.ValueCanBeInherited EditorBase.InheritedValueDiffers EditorBase.ValueIsInherited EditorBase.Validations EditorBase.FindEditor<T>() EditorBase.MakeEditor<T>() EditorBase.MakeEditor(Type) EditorBase.Convert<T>(EditorBase) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Extension Methods EditorExtensions.WithReloadOnChange<T>(T) EditorExtensions.WithValidation<T>(T, ValidationDefinition) ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) Properties OnToggleOffAction public ActionBase? OnToggleOffAction { get; set; } Property Value ActionBase OnToggleOnAction public ActionBase? OnToggleOnAction { get; set; } Property Value ActionBase