core
0.21.0
js
core
/
de.peekandpoke.kraft.addons.semanticui.forms
/
UiCheckBoxComponent
/
Options
Options
js
class
Options
<
T
>
:
FieldOptions.Base
<
T
>
,
SemanticOptions
<
T
>
,
SemanticOptions.Checkbox
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Options
Link copied to clipboard
js
fun
Options
(
)
Content copied to clipboard
Functions
accepts
Link copied to clipboard
js
open
override
fun
accepts
(
vararg
rules
:
Rule
<
T
>
)
Content copied to clipboard
Adds a validation rule
access
Link copied to clipboard
js
open
fun
<
X
>
access
(
key
:
TypedKey
<
X
>
)
:
FieldOptions.Access
<
T
,
X
>
Content copied to clipboard
autofocus
Link copied to clipboard
js
open
fun
autofocus
(
focus
:
Boolean
=
true
)
Content copied to clipboard
label
Link copied to clipboard
js
open
override
fun
label
(
label
:
String
)
Content copied to clipboard
slider
Link copied to clipboard
js
open
fun
slider
(
)
Content copied to clipboard
toggle
Link copied to clipboard
js
open
fun
toggle
(
)
Content copied to clipboard
Properties
appear
Link copied to clipboard
js
open
val
appear
:
FieldOptions.Access
<
T
,
SemanticFn
>
Content copied to clipboard
attributes
Link copied to clipboard
js
open
override
val
attributes
:
MutableTypedAttributes
Content copied to clipboard
autofocus
Value
Link copied to clipboard
js
open
val
autofocusValue
:
FieldOptions.Access
<
T
,
Boolean
>
Content copied to clipboard
label
Link copied to clipboard
js
open
val
label
:
FieldOptions.Access
<
T
,
RenderFunc
<
LABEL
>
>
Content copied to clipboard
name
Link copied to clipboard
js
open
val
name
:
FieldOptions.Access
<
T
,
String
>
Content copied to clipboard
placeholder
Link copied to clipboard
js
open
val
placeholder
:
FieldOptions.Access
<
T
,
String
>
Content copied to clipboard
rules
Link copied to clipboard
js
open
override
val
rules
:
MutableList
<
Rule
<
T
>
>
Content copied to clipboard
style
Link copied to clipboard
js
open
val
style
:
FieldOptions.Access
<
T
,
SemanticFn
>
Content copied to clipboard