For some of the decorators the name attribute is generated like name="{{form.key.slice(-1)[0]}}" but for the radio-buttons, radios and radios-inline they are generated like name="{{form.key.join('.')}}". Is this by design? This becomes an issue when I loop through the control names when the form is submitted to perform my model validation.