A helper to create a set of radio checkbox input elements in a named set.
The provided keys are the possible radio values while the provided values are human-readable labels.
Parameters
name: string
The radio checkbox field name
choices: object
A mapping of radio checkbox values to human-readable labels
A helper to create a set of radio checkbox input elements in a named set. The provided keys are the possible radio values while the provided values are human-readable labels.