I have the following code:
var rushBtn = new sap.ui.commons.CheckBox("rushBtn", { text: 'Rush' });
How can i make the checkbox bigger so that users can press it on mobile?
Thanks,
I have the following code:
var rushBtn = new sap.ui.commons.CheckBox("rushBtn", { text: 'Rush' });
How can i make the checkbox bigger so that users can press it on mobile?
Thanks,