Using Radio for Choice Custom Field

For some reason I can not get the choices to show as radio instead of select. Below is the code I am using. I am curious as what I am missing. Thanks.

{% choice “hex_right_left” label=“Hex - Left or Right”, display=“radio” default=“hex-right” choices=[[“hex-left”, “Hexagon Left” ], [ “hex-right”, “Hexagon Right”]] %}

@LSeth according to the docs the choice tag doesn’t have an option for displaying as radio buttons. I think you might be getting the tag confused with a choice field inside of a custom module.

Docs for the choice tag: HubL standard tags - HubSpot docs

Docs for the choice custom module field: Module and theme fields - HubSpot docs

Hi @LSeth ,

In Your choice field select display as radio then it will show your choice item as a radio type

Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

@stefen Ah yeah that’s what I was doing. I figured the settings were the same. Thanks.

@webdew Thanks for the input but in this situation I am not using a module I am using the choice tag.