class HelloCheckboxGroup
This sample demonstrates the use of a `checkbox_group` (aka `check_group`) in Glimmer
, which provides terser syntax than HelloCheckbox
for representing multiple checkbox buttons (`button(:check)`) by relying on data-binding to automatically spawn the `checkbox` widgets (`button(:check)`) based on available options on the model.