Checkbox
Checkbox is a widget that provides a checkbox widget with a text label that you can use in your application.
Example
import { Checkbox } from '@vixen-js/core-react';
export function CheckboxExample() { return ( <Checkbox text="I am a checkbox" /> );}
Learn more about Checkbox