2

My question is similar to Choosing multiple options from QGIS Check Box or Value Map for feature attribute?

I have 3 categories in a row, I want to make this selection in form of radio button so that selection can be made more than one.

Instead of using Value Map just like below, I want to display it using Radio Button.

enter image description here

enter image description here

Lilium
  • 1,057
  • 1
  • 6
  • 17
Khadijah Nas
  • 129
  • 7
  • Radio button allows the user to choose only one of a predefined set of mutually exclusive options, do you need check box? – J.R Sep 08 '19 at 18:06

1 Answers1

0

You'll have to create a custom form using Qt Designer. In designer you may tie a radio control to an field/attribute and use python to handle any control logic.

QGIS Tips – Custom feature forms with Python logic

I also presented how to do this in this conference presentation:

Python + QGIS + Qt = Field Data Collection App

artwork21
  • 35,114
  • 8
  • 66
  • 134