# ISalRadioButton

Namespace: **PPJ.Runtime**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

SAL Controls that behave like a radio button implement this interface.

{% tabs %}
{% tab title="C#" %}

```csharp
public interface ISalRadioButton
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Interface ISalRadioButton
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Checked

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the checked property.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)GroupIndex

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Returns/Sets the group index the control belongs to.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)IsCheckButton

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns true if the control behaves like a check box button.

## Implemented By

| Name                                                                                                                     | Description                                                                                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SalOptionButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.isalradiobutton)             | Represents a button that the user can toggle on or off and can work in conjunction with other [SalOptionButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.isalradiobutton) controls. |
| [SalRadioButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.isalradiobutton)              | RadioButton implementation.                                                                                                                                                                                          |
| [SalQuickToolTipOptionButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.isalradiobutton) | Option check button with tool tip support                                                                                                                                                                            |
| [SalQuickToolTipRadioButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.isalradiobutton)  | Pushbutton with tool tip support                                                                                                                                                                                     |
