typograph-editor-documentation
Preparing search index...
checkbox
CheckBoxGroup
Class CheckBoxGroup
Index
Constructors
constructor
Properties
_
click
check_
box
container
content_
controles
height
id
title
type
width
Methods
add_
content_
controls
click
get
HTML
Element
init
Events
set_
content_
active
Constructors
constructor
new
CheckBoxGroup
(
type
?:
string
,
id
?:
string
,
title
?:
string
,
check_box
?:
CheckBox
,
width
:
number
,
height
:
number
,
)
:
CheckBoxGroup
Parameters
type
:
string
= 'checkbox_group'
id
:
string
= '0'
title
:
string
= 'title'
check_box
:
CheckBox
= null
width
:
number
height
:
number
Returns
CheckBoxGroup
Properties
_
click
_click
:
any
= ...
check_
box
check_box
:
CheckBox
= null
container
container
:
HTMLElement
content_
controles
content_controles
:
RadioGroup
height
height
:
number
id
id
:
string
= '0'
title
title
:
string
= 'title'
type
type
:
string
= 'checkbox_group'
width
width
:
number
Methods
add_
content_
controls
add_content_controls
(
radio_group
:
RadioGroup
)
:
void
Parameters
radio_group
:
RadioGroup
Returns
void
click
click
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
get
HTML
Element
getHTMLElement
()
:
HTMLElement
Returns
HTMLElement
init
Events
initEvents
()
:
void
Returns
void
set_
content_
active
set_content_active
(
active
:
boolean
)
:
void
Parameters
active
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
click
check_
box
container
content_
controles
height
id
title
type
width
Methods
add_
content_
controls
click
get
HTML
Element
init
Events
set_
content_
active
typograph-editor-documentation
Loading...