typograph-editor-documentation
    Preparing search index...

    Class CheckBoxGroup

    Index

    Constructors

    • Parameters

      • type: string = 'checkbox_group'
      • id: string = '0'
      • title: string = 'title'
      • check_box: CheckBox = null
      • width: number
      • height: number

      Returns CheckBoxGroup

    Properties

    _click: any = ...
    check_box: CheckBox = null
    container: HTMLElement
    content_controles: RadioGroup
    height: number
    id: string = '0'
    title: string = 'title'
    type: string = 'checkbox_group'
    width: number

    Methods

    • Parameters

      • active: boolean

      Returns void