Toggle

Boolean switch component.

Usage

<Toggle
label="Enable notifications"
name="notifications"
checked={true}
/>

Props

PropTypeDescription
labelstringToggle label text
namestringInput name attribute
checkedbooleanWhether toggle is on