Friday, June 27, 2025
32.9 C
Singapore

Workers' Party welcomes equal benefits for unwed mothers – Lee Li Lian spoke up for them

On Mar 25, Minister for Social and Family Development Tan Chuan-Jin announced the Child Development Account (CDA), a new grant that will give parents $3,000 upfront for their children. The Minister said that it will benefit families that find it hard to save money in these special savings accounts, for which the Government matches, up to a ceiling, parents’ deposits.
The Minister further announced yesterday (12 Apr) that the grant plus the full 16 weeks of Government-paid maternity leave that married mothers currently enjoy will be extended to unwed mothers. Currently unwed mothers were only entitled to 8 weeks of Government-paid maternity leave. The Minister said that legislation will be amended soon to benefit children born from early next year.
Non Constituency Member of Parliament, Leon Perera, welcomed the pending changes which will benefit unwed mothers. He said that it “must be very heartening to Li Lian, who has championed the cause of these families for years.”
Former MP Lee Li Lian had brought up the topic of equal benefits for single mothers at the Committee of Supplies Debate in Parliament last year.
During the debate she said, “I think the state should recognize them as parents regardless of their marital status. Their parental responsibilities and their children’s needs are the same.”
“I find it ridiculous that we are even discussing this. Today, we are penalizing children by denying their single parents the ability to support and care for them.”
Ms Lee had brought up the same topic repeatedly in the House since the time she was elected to Parliament from the constituency of Punggol East in 2013.

See also  Ho Ching gifts MPs with hand sanitiser during flu season, including WP MPs

Hot this week

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

US and China strike deal to expedite rare earth shipments amid trade tensions

WASHINGTON/BEIJING: China and the United States have reached an...

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); } });