Lewati ke konten

Checkbox - React

Checkbox

banner-background
import { Checkbox } from '@idds/react';
NameTypeDefaultRequiredDescription
idstringYesID unik untuk input (untuk accessibility).
labelstringYesTeks label utama.
subtext?string''NoTeks kecil di bawah label (opsional).
checkedbooleanYesControlled: apakah checked.
indeterminate?booleanfalseNoControlled: apakah indeterminate.
onChange(checked: boolean) => voidYesCallback saat di-toggle.
disabled?booleanfalseNoJika true, tidak bisa diklik.
className?string''NoTambahan Tailwind classes.
inputRef?Ref<HTMLInputElement>NoRef ke `<input>` untuk indeterminate.
invalid?booleanfalseNoJika true, tampilkan border merah dan state error.