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.
- Clone the repository:
git clone https://github.com/Quethzel/RadioKAP.git
- Navigate to the project directory:
cd RadioKAP
- Install dependencies:
npm install
Use npm start watch
for run and debug on localhost
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