How to change the Boolean value (Yes/No) from PLIST in MAC OS

How to change the Boolean value (Yes/No) from PLIST in MAC OS through Fixlet

Got it…

wait defaults write “/Library/Preferences/com.apple.SoftwareUpdate.plist” “AutomaticCheckEnabled” -bool Yes

where… bool = Boolean (Type) and “Yes” is a Value