Thursday, June 26, 2025
30.8 C
Singapore

Use of electric shock dog collars and prong collars will be reviewed: MND

Responding to widespread concerns over the use of electric shock and prong dog collars and a parliamentary call for the Government to ban the use of such collars, the Ministry of National Development promised yesterday (4 Nov) that the issue will be reviewed by a multi-stakeholder work group.

Nee Soon GRC MP Louis Ng, who is the founder of animal rescue group ACRES, had asked the ministry to consider banning the use of electric shock collars and prong collars in animal training.

The MND responded that its statutory board, NParks, will take enforcement action when animal training methods cause unnecessary pain or suffering to animals, regardless of whether devices such as electric shock collars or prong collars are used.

Pointing out that such collars are used in jurisdictions like New Zealand and Australia with restrictions, such that the collars can only be used in certain situations by certain professionals, the MND said that the Rehoming and Adoption Work Group (RAWG), which was recently established to review practices related to the rehoming and adoption of dogs, will study this issue here.

See also  Over 70% Singaporeans want free shipping when they shop online

The MND added: “There are many methods available to train animals without compromising their welfare, such as reward-based training, whereby treats, toys, play or attention are used to reinforce desirable behaviour.

“Importantly, we need to better use science-based training methods in the rehabilitation of the animal and avoid unnecessary pain or suffering to it.”

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });