LeftToggleA toggle button on the left of the bool field. Only works on boolean field.
using SaintsField; [LeftToggle] public bool myToggle; [LeftToggle, LabelText("<color=green><label />")] public bool richToggle;

LeftToggleA toggle button on the left of the bool field. Only works on boolean field.
using SaintsField; [LeftToggle] public bool myToggle; [LeftToggle, LabelText("<color=green><label />")] public bool richToggle;
