@nospamproxy/core
    Preparing search index...

    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>
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    group: string

    The radio button group.

    By default, a new UUID is generated for this choice list.

    row: boolean = false

    True to orient radio buttons in a row.

    Methods

    • Returns void