ToggleInput.IsRequired Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("isRequired")]
public bool? IsRequired { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("isRequired")>]
member this.IsRequired : Nullable<bool> with get, set
Public Property IsRequired As Nullable(Of Boolean)

Property Value

Attributes

Applies to