Constructor CheckBox
CheckBox()
public CheckBox()
CheckBox(ustring, bool)
public CheckBox(ustring s, bool is_checked = false)
Parameters
s
ustringS.
is_checked
boolIf set to
true
is checked.
CheckBox(int, int, ustring)
public CheckBox(int x, int y, ustring s)
Parameters
Remarks
CheckBox(int, int, ustring, bool)
public CheckBox(int x, int y, ustring s, bool is_checked)
Parameters
Remarks
The size of CheckBox is computed based on the text length.