Skip to content

Checkbox

Checkbox control.

Interfaces

CheckboxProps

Defined in: src/shared/ui/Checkbox.tsx:8

Properties

Property Type Defined in
checked boolean src/shared/ui/Checkbox.tsx:9
className? string src/shared/ui/Checkbox.tsx:12
label? string src/shared/ui/Checkbox.tsx:11
onChange (value) => void src/shared/ui/Checkbox.tsx:10

Functions

Checkbox()

function Checkbox(__namedParameters): Element;

Defined in: src/shared/ui/Checkbox.tsx:19

A themed checkbox (no native white box): a hairline square that fills with the Shu accent and shows a check when selected.

Parameters

Parameter Type
__namedParameters CheckboxProps

Returns

Element