iced/examples/checkbox
2023-05-08 16:19:28 +02:00
..
fonts Fix checkbox example 2023-02-24 13:56:37 +01:00
src Add line_height to checkbox::Icon 2023-05-08 16:19:28 +02:00
Cargo.toml Added the ability to change checkbox icon 2023-02-16 14:13:04 +01:00
README.md Use correct package name in checkbox example docs 2023-03-08 12:55:52 -05: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:

cargo run --package checkbox