Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a radio item in a radio box.

Hierarchy

  • RadioItem

Index

Properties

Methods

Properties

id

id: String

The item id.

label

label: String

The item label.

Optional selected

selected: Boolean

Whether the item should be selected on creation.

Methods

Optional onselect

  • onselect(e: { element: HTMLInputElement; id: String }): void
  • Parameters

    • e: { element: HTMLInputElement; id: String }
      • element: HTMLInputElement

        The item radio input element.

      • id: String

        The item id.

    Returns void

Generated using TypeDoc