Skip to content

Checkbox

A checkbox is a form element that allows the user to select one or more options from a set of choices.

Import

Terminal window
import { Checkbox } from "@aeonkit/react";

Usage

Checked

A checkbox can be checked by default.

Unchecked

A checkbox can be unchecked by default.

Props

API Interface: CheckboxProps