Currently facing a dilemma. When it comes to resizing checkboxes in HTML, the common recommendation is to use JavaScript to prompt the browser to adjust the size of the elements.
However, in our scenario, we rely on wkhtmltopdf, a command line tool that utilizes webkit to generate HTML output for PDF conversion, and as far as I know, it does not support the execution of JavaScript.
In this situation, we are in need of a solution to resize numerous checkboxes and radio buttons (to be precise, a considerable amount of them!)
What approach can be taken to achieve this, and if there are multiple methods, what would be considered the best practice?