AmrJyniat
08/23/2022, 9:36 AMCard(
  Modifier.clickable { doSomething() }
){
   CheckBox(
     .....,
     onCheckedChange = {  } // leave it empty and pass its event to parent
   )
   Text("Some label")
}Moritz Post
08/23/2022, 9:53 AMAmrJyniat
08/23/2022, 10:09 AMOleksandr Balan
08/23/2022, 1:03 PMonCheckedChangenullIf null, then this is passive and relies entirely on a higher-level component to control the "checked" state.Josh
08/23/2022, 1:09 PMAmrJyniat
08/23/2022, 1:11 PMMark
05/04/2023, 3:36 PMChiponClickFlowRowChipFlowRowOleksandr Balan
05/04/2023, 3:51 PMChipenabled = falsecolors = ChipDefaults.chipColors(
    disabledBackgroundColor = ...,
    disabledContentColor = ...,
)Mark
05/04/2023, 3:54 PMFlowRowOleksandr Balan
05/04/2023, 3:55 PM.clickableMark
05/04/2023, 3:56 PMcombinedClickableonClickonLongClickMark
05/04/2023, 3:58 PMBoxChip