MCPcopy Create free account
hub / github.com/angular-rust/yew-components / Checkbox

Class Checkbox

src/checkbox.rs:13–17  ·  view source on GitHub ↗

The `checkbox` component [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox)

Source from the content-addressed store, hash-verified

11///
12/// [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox)
13pub struct Checkbox {
14 props: CheckboxProps,
15 node_ref: NodeRef,
16 change_listener: Option<EventListener>,
17}
18
19/// Props for [`Checkbox`]
20///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected