igCheckbox function

int igCheckbox(
  1. Pointer<Uint8> label,
  2. Pointer<Uint8> v
)
byte igCheckbox(
 byte* label ,
 byte* v
);

Implementation

int igCheckbox(Pointer<Uint8> label, Pointer<Uint8> v) => _igCheckbox(label, v);