Status update for control widgets

Hi,
Can we update the status of control widgets from the hardware?
For example, I want to control two LEDs from the Blynk app.
If one LED is turned ON from the button widget, status of the other button widget should be updated to OFF if it’s status is ‘ON’.

Thank you.

sure you can, just use blynk.virtualwrite(button vpin, value) like with any display widget.

Yeah… Got it… Thank You…