typograph-editor-documentation
Preparing search index...
checkbox
CheckBox
Class CheckBox
Index
Constructors
constructor
Properties
button
call
container
id
label
title
type
value
Methods
click
get_
value
get
HTML
Element
init
Events
set_
call_
back
set_
value
start_
listening
stop_
listening
Constructors
constructor
new
CheckBox
(
type
?:
string
,
id
?:
string
,
title
?:
string
,
label
?:
string
,
value
?:
boolean
,
)
:
CheckBox
Parameters
type
:
string
= 'check_box'
id
:
string
= '0'
title
:
string
= 'title'
label
:
string
= 'label'
value
:
boolean
= false
Returns
CheckBox
Properties
button
button
:
HTMLInputElement
call
call
:
callback
container
container
:
HTMLElement
id
id
:
string
= '0'
label
label
:
string
= 'label'
title
title
:
string
= 'title'
type
type
:
string
= 'check_box'
value
value
:
boolean
= false
Methods
click
click
(
e
:
MouseEvent
)
:
void
Parameters
e
:
MouseEvent
Returns
void
get_
value
get_value
()
:
boolean
Returns
boolean
get
HTML
Element
getHTMLElement
()
:
HTMLElement
Returns
HTMLElement
init
Events
initEvents
()
:
void
Returns
void
set_
call_
back
set_call_back
(
call
:
callback
)
:
void
Parameters
call
:
callback
Returns
void
set_
value
set_value
(
v
:
boolean
)
:
void
Parameters
v
:
boolean
Returns
void
start_
listening
start_listening
()
:
void
Returns
void
stop_
listening
stop_listening
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
button
call
container
id
label
title
type
value
Methods
click
get_
value
get
HTML
Element
init
Events
set_
call_
back
set_
value
start_
listening
stop_
listening
typograph-editor-documentation
Loading...