RBManagedFormMultipleChoiceFieldSchema Class Reference
Inherits from | RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject |
---|---|
Declared in | RBManagedFormMultipleChoiceFieldSchema.h |
options
An array of RBMultipleChoiceFieldOption
objects or an array of NSString
that will be converted
into RBMultipleChoiceFieldOption
items (the value and displayText being set the same).
@property (nonatomic, nonnull) NSArray *options
Discussion
An array of RBMultipleChoiceFieldOption
objects or an array of NSString
that will be converted
into RBMultipleChoiceFieldOption
items (the value and displayText being set the same).
Declared In
RBManagedFormMultipleChoiceFieldSchema.h
singleSelectionOnly
Whether or not only one item should be selected at a time. Default = NO
.
@property (nonatomic) BOOL singleSelectionOnly
Discussion
Whether or not only one item should be selected at a time. Default = NO
.
Declared In
RBManagedFormMultipleChoiceFieldSchema.h
zeroSelectionAllowed
Whether or not all items can be unselected, leaving zero selected items. Default = NO
.
@property (nonatomic) BOOL zeroSelectionAllowed
Discussion
Whether or not all items can be unselected, leaving zero selected items. Default = NO
.
Declared In
RBManagedFormMultipleChoiceFieldSchema.h