MyoroGroupCheckboxItems typedef

MyoroGroupCheckboxItems = Map<String, bool>

Checkboxes of the group. Provided as a map for speed and ease of navigation.

Implementation

typedef MyoroGroupCheckboxItems = Map<String, bool>;