<theoplayer-radio-button> - A button that can be checked.

When part of a RadioGroup, at most one button in the group can be checked.

Hierarchy (View Summary)

Constructors

Accessors

  • get disabled(): boolean

    Whether the button is disabled.

    When disabled, the button cannot be clicked.

    Returns boolean

  • set disabled(disabled: boolean): void

    Parameters

    • disabled: boolean

    Returns void

Methods