Table of Contents

Class FieldOptionInfo

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

A choice option for Select/Radio/Checkbox fields.

public sealed class FieldOptionInfo
Inheritance
FieldOptionInfo
Inherited Members

Properties

Label

Display label.

public string? Label { get; set; }

Property Value

string

Selected

Whether this option is selected by default.

public bool Selected { get; set; }

Property Value

bool

Value

Stored value.

public string? Value { get; set; }

Property Value

string