# {html_radios} `{html_radios}` is a [custom function](index.md) that creates an HTML radio button group. It also takes care of which item is selected by default as well. ## Attributes | Attribute Name | Required | Description | |----------------|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | name | No | Name of radio list | | values | Yes, unless using options attribute | An array of values for radio buttons | | output | Yes, unless using options attribute | An array of output for radio buttons | | selected | No | The selected radio element | | options | Yes, unless using values and output | An associative array of values and output | | separator | No | String of text to separate each radio item | | assign | No | Assign radio tags to an array instead of output | | labels | No | Add