Checkbox
A basic Checkbox component that should render nicely on any platform. Supports a good level of customization.
You can customization CheckBox component with the Props
#
Usage#
Reference#
Props#
datadata props of the checkbox used to list the data and its type Array of object>
#
selectedValueselectedValue props is used to checked the checkbox and its type Array of object
#
onChangeValueonChangeValue props is used to change the selected value of the checkbox and its type Function
#
checkboxBackgroundColorprops for changing background color of the checkbox and type string
#
checkboxBorderColorprops for changing border color of the checkbox and type string
#
checkboxTickIconColorprops for changing tick icon color of the checkbox and type string
#
sizeprops for changing the size of the checkbox and type number
#
checkboxTickIconSizeprops for changing tick icon size of the checkbox and type number
#
labelSizeprops for changing font size of the label and type number
#
labelColorprops for changing font color of the label and type string
#
labelFontWeightprops for changing font weight of the label and type string-'bold'
#
inlineStyleprops give addition props to the Button element type Object