How to set static shipping method in Magento on condition based ( Free OR My_shipping )?If (checkbox == checked ) {
apply Free shipping method with Zero (0) shipping rate.
}else
{
apply My_shipping method with custom shipping rate.
}