Skip to content

Instantly share code, notes, and snippets.

@arriolac
Created October 10, 2023 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arriolac/104657fe0a0ed1ddf032398dd927b119 to your computer and use it in GitHub Desktop.
Save arriolac/104657fe0a0ed1ddf032398dd927b119 to your computer and use it in GitHub Desktop.
// Copyright 2023 Google LLC.
// SPDX-License-Identifier: Apache-2.0
var checked by remember { mutableStateOf(false)}
Checkbox(checked = checked, onCheckedChange = {
checked = it
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment