The `checkbox` component [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox)
| 11 | /// |
| 12 | /// [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox) |
| 13 | pub struct Checkbox { |
| 14 | props: CheckboxProps, |
| 15 | node_ref: NodeRef, |
| 16 | change_listener: Option<EventListener>, |
| 17 | } |
| 18 | |
| 19 | /// Props for [`Checkbox`] |
| 20 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected