Make the headers consistent across all of the input types
parent
bed87fd374
commit
901081e3af
1 changed files with 2 additions and 2 deletions
|
|
@ -47,13 +47,13 @@ This type represents a string with any of the following values:
|
|||
- [`input`](#input)
|
||||
- [`select`](#select)
|
||||
|
||||
#### `Checkbox`
|
||||
#### `checkbox`
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| `label` | `string` | The user-facing label for the input.
|
||||
| `defaultValue` | `boolean?` | The default value for the input, if not provided it defaults to `false`.
|
||||
|
||||
#### `Collapse`
|
||||
#### `collapse`
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| `summary` | `string` | The user-facing label for the collapse. This is the text that does not disappear when collapsed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue