Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function Checkbox
import { Checkbox } from "https://deno.land/x/kview@0.14.1/components/tree_view/Checkbox.tsx";

Parameters

unnamed 0: { id: string; checked?: boolean; disabled?: boolean; name: string; indeterminate?: boolean; readonly?: boolean; }