Skip to content

Commit cd8e9f0

Browse files
authored
Escape vertical bar in CustomCheckbox Props table (#871)
1 parent 2499b08 commit cd8e9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/checkbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Please see the [styling guide](/styling).
431431
| [`disabled`](#customcheckbox-disabled) | `boolean` | false |
432432
| [`name`](#customcheckbox-name) | `string` | false |
433433
| [`onChange`](#customcheckbox-onchange) | `func` | false |
434-
| [`value`](#customcheckbox-value) | `string | number` | false |
434+
| [`value`](#customcheckbox-value) | `string \| number` | false |
435435
436436
##### CustomCheckbox `span` props
437437

0 commit comments

Comments
 (0)