Class FormElementsDemoModel.CheckboxModel
Inheritance
object
FormElementsDemoModel.CheckboxModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 FormElementsDemoModel.CheckboxModel
Constructors
CheckboxModel()
Declaration
public CheckboxModel()
Properties
DefaultCheckbox
Declaration
public bool DefaultCheckbox { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
DisabledCheckbox
Declaration
public bool DisabledCheckbox { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |