mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
parent
e3902fe724
commit
201e03757b
4 changed files with 22 additions and 0 deletions
6
types/Checkbox/Checkbox.svelte.d.ts
vendored
6
types/Checkbox/Checkbox.svelte.d.ts
vendored
|
@ -32,6 +32,12 @@ export interface CheckboxProps {
|
|||
*/
|
||||
skeleton?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to mark the field as required
|
||||
* @default false
|
||||
*/
|
||||
required?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` for the checkbox to be read-only
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue