ostack-kform
Toggle table of contents
0.31.6
common
Platform filter
common
Switch theme
Search in API
ostack-kform
kform
/
tech.ostack.kform.schemas
/
BooleanSchema
/
BooleanSchema
Boolean
Schema
constructor
(
vararg
validations
:
Validation
<
Boolean
>
,
initialValue
:
Boolean
=
false
)
(
source
)
constructor
(
validations
:
Iterable
<
Validation
<
Boolean
>
>
=
emptyList()
,
initialValue
:
Boolean
=
false
)
(
source
)