Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Mudassir-Munir-tes opened this issue Oct 21, 2024 · 2 comments
Labels
help wanted Extra attention is needed new feature New feature or request v2 will be solved in v2

Comments

@Mudassir-Munir-tes
Copy link

I want to get following result.

checkboxes

@Mudassir-Munir-tes
Copy link
Author

cfg := config.NewBuilder().
		WithOrientation(orientation.Vertical).
		WithPageSize(pagesize.A4).
		WithTopMargin(15).
		WithLeftMargin(20).
		WithRightMargin(15).
		WithBottomMargin(15).
		Build()

	m := maroto.New(cfg)

    m.AddRow(.....)

@johnfercher johnfercher added new feature New feature or request help wanted Extra attention is needed v2 will be solved in v2 labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature New feature or request v2 will be solved in v2
Projects
None yet
Development

No branches or pull requests

3 participants
@johnfercher @Mudassir-Munir-tes and others