A list of radio buttons.
<!-- example.html --><radio-buttons> <radio-button choice.bind="0" value.two-way="selected"> <normal-text value="Foo"></normal-text> </radio-button> <radio-button choice.bind="1" value.two-way="selected"> <normal-text value="Bar"></normal-text> </radio-button></radio-buttons> Copy
<!-- example.html --><radio-buttons> <radio-button choice.bind="0" value.two-way="selected"> <normal-text value="Foo"></normal-text> </radio-button> <radio-button choice.bind="1" value.two-way="selected"> <normal-text value="Bar"></normal-text> </radio-button></radio-buttons>
The radio button group.
By default, a new UUID is generated for this choice list.
True to orient radio buttons in a row.
A list of radio buttons.
Example