toggle menu
structures
1.0.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
CheckBoxElement
Check
Box
Element
data
class
CheckBoxElement
(
val
checked
:
Boolean
,
val
onClick
:
(
)
->
Unit
)
:
UiElement.Interactive
Checkbox form element.
Members
Constructors
Check
Box
Element
Link copied to clipboard
constructor
(
checked
:
Boolean
,
onClick
:
(
)
->
Unit
)
Properties
checked
Link copied to clipboard
val
checked
:
Boolean
Whether the box currently is marked.
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
Invoked when the checkbox is clicked.