mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 01:42:57 +00:00
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
@inherits ConfigurationBaseCore
|
|
|
|
<MudSwitch T="bool" Disabled="@this.IsDisabled" Value="@this.State()" ValueChanged="@this.OptionChanged" Color="Color.Primary">
|
|
@(this.State() ? this.LabelOn : this.LabelOff)
|
|
</MudSwitch> |