typograph-editor-documentation
    Preparing search index...

    Class CheckBox

    Index

    Constructors

    • Parameters

      • type: string = 'check_box'
      • id: string = '0'
      • title: string = 'title'
      • label: string = 'label'
      • value: boolean = false

      Returns CheckBox

    Properties

    button: HTMLInputElement
    call: callback
    container: HTMLElement
    id: string = '0'
    label: string = 'label'
    title: string = 'title'
    type: string = 'check_box'
    value: boolean = false

    Methods

    • Parameters

      • e: MouseEvent

      Returns void