ReversiCheckbox
@Composable
Themed checkbox component following the application's design system.
Parameters
checked
Whether the checkbox is currently checked.
onCheckedChange
Callback invoked when the checkbox state changes.
modifier
Composable modifier for layout adjustments.
enabled
Whether the checkbox is interactive.