Introducing Gradio ClientsJoin us on Thursday, 9am PST
LivestreamIntroducing Gradio ClientsJoin us on Thursday, 9am PST
LivestreamNew to Gradio? Start here: Getting Started
See the Release History
@gradio/checkbox
<script>
import { BaseCheckbox } from "@gradio/checkbox";
</script>
BaseCheckBox:
export let value = false;
export let label = "Checkbox";
export let mode: "static" | "interactive";