Checkbox
Checkboxes allow users to select one or more options from a set.
Installation
npm install @libretexts/davis-react
Basic Usage
import { Checkbox } from '@libretexts/davis-react';
export default function Example() {
return (
<Checkbox name="terms" label="I agree to the terms and conditions" />
);
}
Documentation in Progress
Full documentation for this component is being written. Check back soon for complete API reference, examples, and accessibility guidelines.