core
0.16.3
core
/
de.peekandpoke.kraft.addons.semanticui.forms
/
UiCheckBoxComponent
/
Props
Props
data
class
Props
<
X
>
(
val
value
:
X
,
val
onChange
:
(
X
)
->
Unit
,
val
options
:
UiCheckBoxComponent.Options
<
X
>
,
val
on
:
X
,
val
off
:
X
)
:
GenericFormField.Props
<
X
,
UiCheckBoxComponent.Options
<
X
>
>
Content copied to clipboard
Constructors
Properties
Constructors
Props
Link copied to clipboard
fun
<
X
>
Props
(
value
:
X
,
onChange
:
(
X
)
->
Unit
,
options
:
UiCheckBoxComponent.Options
<
X
>
,
on
:
X
,
off
:
X
)
Content copied to clipboard
Properties
off
Link copied to clipboard
val
off
:
X
Content copied to clipboard
on
Link copied to clipboard
val
on
:
X
Content copied to clipboard
on
Change
Link copied to clipboard
open
override
val
onChange
:
(
X
)
->
Unit
Content copied to clipboard
options
Link copied to clipboard
open
override
val
options
:
UiCheckBoxComponent.Options
<
X
>
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
X
Content copied to clipboard