I would like to offer the option of selecting items in a bullet point list by ticking them with a pen. To do this, I have configured the bullet point list so that a square is rendered on the first level. This works.
Now I want the first item to be preselected. To do this, I only want to have a black filled square as a marker for the first item. A in the square would be even better.
#import "@preview/cheq:0.2.2": checklist
#import "@preview/fontawesome:0.5.0": *
#show: checklist.with(marker-map: (
"x": fa-x(),
))
- [ ] a
- [x] b
Note that the fontawesome package requires you to first manually install the font, since packages canβt ship fonts at the moment. See the package page for instructions: