Draws the checkbox before the label instead of after.
[InfoBox("Draws the toggle button before the label for a bool property.")][ToggleLeft]publicbool LeftToggled;[EnableIf("LeftToggled")]publicint A;[EnableIf("LeftToggled")]publicbool B;[EnableIf("LeftToggled")]publicbool C;