import React from "react"; export function Checkbox({ label: _label, checked, onChange }) { return ( ); }