mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
* chore: update versions * Revert @gradio/code --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
@gradio/checkbox
<script>
import { BaseCheckbox } from "@gradio/checkbox";
</script>
BaseCheckBox:
export let value = false;
export let label = "Checkbox";
export let mode: "static" | "interactive";