Class FormElementsDemoModel.CheckboxModel
Inheritance
System.Object
FormElementsDemoModel.CheckboxModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.Views.Components.Themes.Shared.Demos.FormElementsDemo
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class CheckboxModel
Properties
DefaultCheckbox
Declaration
public bool DefaultCheckbox { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DisabledCheckbox
Declaration
public bool DisabledCheckbox { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |