There is one checkbox on M3 Program. We want to make checkbox readonly.
We are using MT Cloud environment.
We tried below options.
- this.$host.find("#ABCDE").attr("readonly", true);
- var elem = content.GetElement('ABCDE');
$(elem).attr("readonly",true);