Skip to content

Commit

Permalink
Add Part name to the description
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Aug 7, 2018
1 parent d38dd37 commit c1549b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/vaadin-checkbox.html
Expand Up @@ -84,15 +84,15 @@
*
* The following state attributes are available for styling:
*
* Attribute | Description
* -------------|------------
* `active` | Set when the checkbox is pressed down, either with mouse, touch or the keyboard. | :host
* `disabled` | Set when the checkbox is disabled. | :host
* `focus-ring` | Set when the checkbox is focused using the keyboard. | :host
* `focused` | Set when the checkbox is focused. | :host
* `indeterminate` | Set when the checkbox is in indeterminate mode. | :host
* `checked` | Set when the checkbox is checked. | :host
* `empty` | Set when there is no label provided. | label
* Attribute | Description | Part name
* -------------|-------------|--------------
* `active` | Set when the checkbox is pressed down, either with mouse, touch or the keyboard. | `:host`
* `disabled` | Set when the checkbox is disabled. | `:host`
* `focus-ring` | Set when the checkbox is focused using the keyboard. | `:host`
* `focused` | Set when the checkbox is focused. | `:host`
* `indeterminate` | Set when the checkbox is in indeterminate mode. | `:host`
* `checked` | Set when the checkbox is checked. | `:host`
* `empty` | Set when there is no label provided. | `label`
*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
*
Expand Down

0 comments on commit c1549b0

Please sign in to comment.