ChoiceFormStateValue
@spartanfx/react / spfx / ChoiceFormStateValue
Type Alias: ChoiceFormStateValue
type ChoiceFormStateValue = string | null;
Represents a single choice selection in a form (e.g., dropdown or radio button). Value is a string or null.