Function isCheckBox

  • Tests whether the given object is a HTML checkbox.

    Parameters

    • target: EventTarget

      The object to test.

    Returns target is HTMLInputElement

    True: the object is a HTML checkbox.

Generated using TypeDoc