Contents

buttonWidgetStateString

A string value that differentiates button widgets in the same group, such as to identify mutually exclusive radio buttons from each other.

Declaration

var buttonWidgetStateString: String { get set }

Mentioned in

Discussion

The default value is Yes.

To group button widgets, set the same fieldName on the button widgets. The buttonWidgetStateString property allows you to identify individual button widgets in that group.

See Also

Configuring Button Widget Annotations