/RadioKAP

Radio button group as Three state switch - PCF

Primary LanguageTypeScript

Radio Button Group as Three state Switch

Overview

This is a Custom Control for PowerApps Component Framework. It provides a simple radio button group that works as three switch state Yes/No/Empty for a field.

Setup

  1. Clone the repository:
    git clone https://github.com/Quethzel/RadioKAP.git
  2. Navigate to the project directory:
    cd RadioKAP
  3. Install dependencies:
    npm install

Usage

Use npm start watch for run and debug on localhost

Build zip

In order to generate a solution zip, follow these steps

    mkdir Solutions
    cd Solutions
    pac solution init --publisher-name YOUR_PUBLISHER_NAME --publisher-prefix YOUR_PUBLISHER_PREFIX
    pac solution add-reference --path ..\
    dotnet build build

Afther these steps you will be able to upload the solution.zip into your environment

Contact

quethzel@gmail.com