johnfercher / maroto

A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple.
https://maroto.io
MIT License
2.12k stars 204 forks source link

Is there any way to add check boxes for gender selection or marital status selection #488

Open Mudassir-Munir-tes opened 4 days ago

Mudassir-Munir-tes commented 4 days ago

I want to get following result.

checkboxes

Mudassir-Munir-tes commented 4 days ago
cfg := config.NewBuilder().
        WithOrientation(orientation.Vertical).
        WithPageSize(pagesize.A4).
        WithTopMargin(15).
        WithLeftMargin(20).
        WithRightMargin(15).
        WithBottomMargin(15).
        Build()

    m := maroto.New(cfg)

    m.AddRow(.....)