<IconToggle ripple id="bold" name="format_bold" defaultChecked />
<IconToggle id="italic" name="format_italic" />
| Prop | Type | Effect | Remarks |
|---|---|---|---|
| checked | Boolean | Defines the checkbox as “checked” | Optional |
| disabled | Boolean | Defines the checkbox as “disabled” | Optional |
| name | String | Defines the name | Required |
| onChange | Function | Callback to receive the change event | Optional |
| ripple | Boolean | Applies the ripple effect | Optional |