Make the headers consistent across all of the input types

Oliver 2026-03-01 21:46:36 -07:00
parent bed87fd374
commit 901081e3af

@ -47,13 +47,13 @@ This type represents a string with any of the following values:
- [`input`](#input) - [`input`](#input)
- [`select`](#select) - [`select`](#select)
#### `Checkbox` #### `checkbox`
| Property | Type | Description | Property | Type | Description
| -------- | ---- | ----------- | -------- | ---- | -----------
| `label` | `string` | The user-facing label for the input. | `label` | `string` | The user-facing label for the input.
| `defaultValue` | `boolean?` | The default value for the input, if not provided it defaults to `false`. | `defaultValue` | `boolean?` | The default value for the input, if not provided it defaults to `false`.
#### `Collapse` #### `collapse`
| Property | Type | Description | Property | Type | Description
| -------- | ---- | ----------- | -------- | ---- | -----------
| `summary` | `string` | The user-facing label for the collapse. This is the text that does not disappear when collapsed. | `summary` | `string` | The user-facing label for the collapse. This is the text that does not disappear when collapsed.