mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): update docs
This commit is contained in:
@ -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/)*
|
||||
|
Reference in New Issue
Block a user