FormCheckbox
チェックボックスコンポーネント。
import { FormCheckbox } from "@blueai/ui"Examples
Basic
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked* | boolean | — | チェック状態 |
| onChange | (checked: boolean) => void | — | 変更ハンドラ |
| label | string | — | ラベルテキスト |
| disabled | boolean | false | 無効状態 |
チェックボックスコンポーネント。
import { FormCheckbox } from "@blueai/ui"| Prop | Type | Default | Description |
|---|---|---|---|
| checked* | boolean | — | チェック状態 |
| onChange | (checked: boolean) => void | — | 変更ハンドラ |
| label | string | — | ラベルテキスト |
| disabled | boolean | false | 無効状態 |