PtToggleButton: text to left of check box?

I would like to place the check box to the right of the text in a Toggle Button.
And, while we’re at it, make it so for the OnOff Button too.
Online documentation indicates no such option.
Can any user offer a method to do this?

…similar message posted to QNX GUI news group.

In the QNX GUI group (where I posted a duplicate question), Wojtek Lerch suggested looking at this attribute: Pt_ARG_BALLOON_POSITION

Sure enough, if you go into PhAB and select Pt_BALLOON_LEFT for the toggle button widget, the text jumps to the left of the check box.
It works for the On/Off Button as well.

Thanks, Wojtek.