React
Native checkbox input wrapped by label, with controlled/uncontrolled, indeterminate, group error propagation, and mark-only rendering.

Component
Multi-select checkbox item and group with labels, helper text, and error state.
필요한 알림만 선택할 수 있어요.
import { Checkbox, CheckboxGroup, Checkmark } from "@hozorica/hods-react/checkbox";import { Checkbox, CheckboxGroup, Checkmark } from "@hozorica/hods-react-native/checkbox";booleanControlled and uncontrolled selection.(checked) => voidCalled when the checkbox toggles.ReactNodeVisible item label.medium | largeControl and label density.square | ghostVisible checkmark treatment.brand | neutralSelected mark tone.booleanShows the mixed state mark.ReactNodeCheckboxGroup error text and invalid propagation.Native checkbox input wrapped by label, with controlled/uncontrolled, indeterminate, group error propagation, and mark-only rendering.
Pressable checkbox with matching visible API and accessibility state.
<CheckboxGroup label="관심 설정"><Checkbox label="채팅 알림" defaultChecked /></CheckboxGroup>