BooleanFormStateValue
@spartanfx/react / spfx / BooleanFormStateValue
Type Alias: BooleanFormStateValue
type BooleanFormStateValue = boolean | null;
Represents a boolean (true/false) value from a form input like a toggle or checkbox. Can be null if not set.