class HelloRadioGroup
This sample demonstrates the use of a `radio_group` in Glimmer
, which provides terser syntax than HelloRadio
for representing multiple radio buttons by relying on data-binding to automatically spawn the `radio` widgets based on available options on the model.