chore(): update docs

This commit is contained in:
Manu Mtz.-Almeida
2018-08-16 15:48:52 +02:00
parent f84bb76481
commit c899fb33af
4 changed files with 38 additions and 0 deletions

View File

@ -30,6 +30,22 @@ Checkboxes allow the selection of multiple options from a set of options. They a
| `ionStyle` | Emitted when the styles change. |
## CSS Custom Properties
| Name | Description |
| ------------------------ | ---------------------------------------------- |
| `--background` | Background of the checkbox icon |
| `--background-checked` | Background of the checkbox icon when checked |
| `--border-color` | Border color of the checkbox icon |
| `--border-color-checked` | Border color of the checkbox icon when checked |
| `--border-radius` | Border radius of the checkbox icon |
| `--border-style` | Border style of the checkbox icon |
| `--border-width` | Border width of the checkbox icon |
| `--checkmark-color` | Color of the checkbox checkmark when checked |
| `--size` | Size of the checkbox icon |
| `--transition` | Transition of the checkbox icon |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*