SMIFormSelectedOptionsInputValue
Objective-C
@protocol SMIFormSelectedOptionsInputValue <SMIFormInputValue>
Swift
protocol FormSelectedOptionsInputValue : SMIFormInputValue
Represents the selected response values of a multi-option form input.
-
A list of selected responses.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSArray<id<SMIFormSelectedOption>> *selectedOptions;
Swift
var selectedOptions: [any SelectedOption]? { get }