cef_menu_model_t.is_checked_at

Returns true (1) if the specified |index| is checked. Only applies to check and radio items.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, size_t index) nothrow is_checked_at;

Meta