Skip to content

Checkbox

Checkbox is a widget that provides a checkbox widget with a text label that you can use in your application.

Example

example_checkbox.tsx
import { Checkbox } from '@vixen-js/core-react';
export function CheckboxExample() {
return (
<Checkbox text="I am a checkbox" />
);
}

Learn more about Checkbox