Toggle Left Attribute

Draws the checkbox before the label instead of after.

[InfoBox("Draws the toggle button before the label for a bool property.")]
[ToggleLeft]
public bool LeftToggled;

[EnableIf("LeftToggled")]
public int A;

[EnableIf("LeftToggled")]
public bool B;

[EnableIf("LeftToggled")]
public bool C;