ImageCheckButton.this - multiple declarations

Function ImageCheckButton.this

constructor by id and icon resource id

this(
  string ID = null,
  string drawableId = null
);

Function ImageCheckButton.this

constructor from action

this(
  const(Action) a
);