The "Checkbox Group/List" documentation is invalid HTML5. A label tag can't legally contain a div tag.
https://framework7.io/docs/checkbox#checkbox-group-list
A valid solution is simply replacing the illegal div tags with spans. A better solution is changing the checkbox structure to conform to standards, but that was decided against back in 2015, it seems.