<Check>
Component
<Check>
is an interactive control in order to select multiple options.
Here the demo:
<Check>
Component<Check>
is an interactive control in order to select multiple options.
Here the demo:
<Check>
ComponentThere are 2 ways to install <Check>
component into your react app project:
The alternative appearances of the <Check>
layout without changing the <Check>
's functionality.
checkStyle
PropertySets the alternative appearances of the <Check>
.
The possible values are:
undefined
'regular'
'switch'
'button'
'toggleButton'
Here the preview:
size
PropertyDefines the alternative size of the <Check>
.
The possible values are:
undefined
'sm'
'md'
'lg'
Here the preview:
theme
PropertyDefines the contextual theme of the <Check>
.
The possible values are:
undefined
'primary'
'secondary'
'success'
'info'
'warning'
'danger'
'light'
'dark'
Here the preview:
gradient
PropertyActivates a 3D mode of the <Check>
.
The possible values are:
undefined
'inherit'
true
false
Here the preview:
outlined
PropertyActivates an outlined mode (background-less, contrast foreground, and contrast border) of the <Check>
.
The possible values are:
undefined
'inherit'
true
false
Here the preview:
mild
PropertyActivates a mild mode (mild background, contrast foreground, and contrast border) of the <Check>
.
The possible values are:
undefined
'inherit'
true
false
Here the preview:
nude
PropertyActivates an nude mode (background-less, padding-less, and border-less) of the <Check>
.
The possible values are:
undefined
true
false
Here the preview:
The conditions of the <Check>
behavior or functionality.
enabled
PropertyDefines the enabled/disabled state of the <Check>
.
The possible values are:
undefined
true
false
Here the preview:
inheritEnabled
PropertyInfluences the <Check>
's disabled state by <ancestor enabled={false}>
.
The possible values are:
undefined
true
false
Here the preview:
readOnly
PropertyDefines the readOnly/mutable state of the <Check>
.
The possible values are:
undefined
true
false
inheritReadOnly
PropertyInfluences the <Check>
's readOnly
by <ancestor readOnly={true}>
.
The possible values are:
undefined
true
false
active
PropertyDefines the current active state of the <Check>
.
The possible values are:
undefined
true
false
Here the preview:
inheritActive
PropertyInfluences the <Check>
's active state by <ancestor active={true}>
.
The possible values are:
undefined
true
false
Here the preview:
enableValidation
PropertyActivates the valid/invalid indicator of the <Check>
.
The possible values are:
undefined
true
false
isValid
PropertyMarks the validity status of the <Check>
.
The possible values are:
undefined
null
true
false
Here the preview:
inheritValidation
PropertyInfluences the <Check>
's valid/invalid indicator by <ancestor isValid={true|false} enableValidation={true}>
.
The possible values are:
undefined
true
false
Because <Check>
is made from <EditableActionControl>
, so all properties from <EditableActionControl>
are inherited.
You can see the documentation of <EditableActionControl> here.
There are several variables of <Check>
you can customize. Changing the variables affects all <Check>
instance and other components that depend on <Check>
.
Here the exposed variables:
The example of accessing, modifying, & adding variables: