MultipleChoiceOptionItem
@IBDesignable
open class MultipleChoiceOptionItem : OptionItemAn option item with a set of checkboxes. The user can can select more than one option among the displayed options.
- 
                  
                  All the selected item indexes. Note If there is no selected index, returns nil.Note Setting it nil clears all the selections.Note Any selected item index outside of the available range has no effect.DeclarationSwift public var selectedItemIndexes: Set<Int>? { get set }
 View on GitHub
            View on GitHub
           MultipleChoiceOptionItem Class Reference
      MultipleChoiceOptionItem Class Reference