Material Design checkbox.
@Composable fun CheckboxSample() { Checkbox(checked = true, onCheckedChange = {}) }