I have been ask to increase the size of the check box to end a process in the MES close order entry screen. They would like it to be larger to be more visible. Increasing the font size only increases the text label but not the check box itself.
Instead, why not add a BUTTON that will check the box for the user. I don’t think you can change the size of the checkbox itself.
FWIW - clicking on the checkbox’s label typically sends the click event to the checkbox (a complaint of many - when clicking in what they think is a safe space, actually toggles the checkbox).
Another option would be to but an EpiShape over it. And have its Click event toggle the checkbox. You could make it transparent, or change color based on the state (checked vs unchecked). This is just a variant of @timshuwy 's suggestion.