Checkbox

作者:ke12210 点赞MIT

实时预览

源代码

export default function Component() {
  return (
    <input checked="" className="check" type="checkbox" />
  );
}