Checkbox Component

Properties

checked
boolean;
description
string;
required
boolean;
name
string;
id
string;
errorText
string;
disabled
boolean;
checkboxOnly
boolean;
color
'dark' | 'light';

Basic Usage

Slot
description

<Checkbox description="description" name="name" id="id" errorText="errorText" checked="" required="" disabled="" checkboxOnly="" color="">Slot</Checkbox>