airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
ui-core
/
com.airwallex.android.ui.composables
/
StandardCheckBox
Standard
Check
Box
@
Composable
fun
StandardCheckBox
(
checked
:
Boolean
,
text
:
String
,
onCheckedChange
:
(
Boolean
)
->
Unit
?
,
modifier
:
Modifier
=
Modifier
)