widgets/components/select_boxes_component library
A Flutter widget that renders multiple checkboxes based on a Form.io "selectboxes" component.
Each checkbox represents a boolean value for a labeled option.
The result is stored as a map of { optionKey: true/false }
.