2023-02-16 14:13:04 +01:00
|
|
|
## Checkbox
|
|
|
|
|
|
|
|
|
|
A box that can be checked.
|
|
|
|
|
|
|
|
|
|
The __[`main`]__ file contains all the code of the example.
|
|
|
|
|
|
|
|
|
|
You can run it with `cargo run`:
|
|
|
|
|
```
|
2023-03-08 12:55:52 -05:00
|
|
|
cargo run --package checkbox
|
2023-02-16 14:13:04 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[`main`]: src/main.rs
|