Class TextTrackRadioButton

<theoplayer-text-track-radio-button> -A radio button that shows the label of a given text track, and switches to that track when clicked.

Hierarchy (View Summary)

Constructors

Accessors

  • get checked(): boolean

    Whether this radio button is checked.

    Returns boolean

  • set checked(checked: boolean): void

    Parameters

    • checked: boolean

    Returns void

  • 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