Constructor CheckBox
CheckBox()
public CheckBox()
CheckBox(ustring, bool)
public CheckBox(ustring s, bool is_checked = false)
Parameters
sustringS.
is_checkedboolIf set to
trueis 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.