Browse Source

TINY-3535 Fix typo

pull/1058/head
Millie 6 years ago
parent
commit
addbfa91b0
  1. 2
      ui-components/dialogcomponents.md

2
ui-components/dialogcomponents.md

@ -224,7 +224,7 @@ A **checkbox** is a composite component with a checkbox and a label, and with `o
{
type: 'checkbox', // component type
name: 'checkbox-1', // identifier
label: 'Checkbox Label' // text for the lavel
label: 'Checkbox Label' // text for the label
}
```

Loading…
Cancel
Save